Package net.walend.collection.test

This package contains tests for the net.walend.collection kit.

See:
          Description

Interface Summary
TestString An object for testing Collections
 

Class Summary
AbstractIdentitorTest Test the api of an Identitor.
AbstractListTest  
AbstractMapTest  
AbstractMutableListTest  
AbstractMutableMapTest  
AbstractMutableSetTest  
AbstractSetTest  
ArrayListTest  
CollectionTests  
DefaultIdentitorTest  
HashMapTest  
HashSetTest  
MutableArrayListTest  
MutableHashMapTest  
MutableHashSetTest  
NullValueHashMap This MutableHashMap's values are always set to null, to stress test code that relies on a SoftHashMap.
NullValueHashMapTest  
SoftHashMapTest  
TestBean An object for testing Collections
TestCollectionFactory A factory for test collections.
 

Package net.walend.collection.test Description

This package contains tests for the net.walend.collection kit.

To use these tests, inherit from one of the abstract test classes and override the protected get methods to create the classes you want to test. Then create a suite that calls the tests you are interested in.

These tests should cover all of the public api defined in the collection package, and should test some corner cases. Call the via junit as part of the build.



Copyright (c) 2000, 2001, David Walend