Skip navigation links

Commons Collections Test Framework 3.2.2 API;

The Collections Test Framework is an extension to JUnit to enable quick and easy testing of collections.

See: Description

Packages 
Package Description
org.apache.commons.collections  
org.apache.commons.collections.bag  
org.apache.commons.collections.bidimap  
org.apache.commons.collections.collection  
org.apache.commons.collections.comparators  
org.apache.commons.collections.functors  
org.apache.commons.collections.iterators  
org.apache.commons.collections.keyvalue  
org.apache.commons.collections.list  
org.apache.commons.collections.map  
org.apache.commons.collections.set  

The Collections Test Framework is an extension to JUnit to enable quick and easy testing of collections.

Apache Commons Collections Test Framework

The Collections Test Framework is an extension to JUnit to enable quick and easy testing of collections. The collections interfaces are large and complex to test thoroughly. These classes do most of the testing for you, and offer configuration by overriding methods when your collection bends the API. All you have to do is actually write the collection and make it pass.

The test framework does not depend on the main commons-collections jar file. The only exception to this are the Bag tests, but if you are testing this you must have the collections jar anyway.

NOTE: The test framework is released to aid developers. We will try to make changes backwards compatible. However, if necessary changes will be made to the test framework to improve the tests.

Skip navigation links

Copyright © 2001-2016 Apache Software Foundation. All Rights Reserved.