/[Apache-SVN]
ViewVC logotype

Revision 130445


Jump to revision: Previous Next
Author: craigmcc
Date: Sat Apr 21 12:22:30 2001 UTC (23 years, 7 months ago)
Changed paths: 11
Log Message:
Add tests for the standard JDK collection classes (ArrayList, HashMap,
TreeMap).  These help validate the tests themselves (by proving that they
operate as expected against the standard Java APIs), and serve as
convenient base classes for testing the "fast" variants.

Make TestArrayStack extend TestArrayList so that all standard ArrayList
contracts are tested.

Test FastArrayList, FastHashMap, and FastTreeMap in both "slow" mode and
"fast" mode.


Changed paths

Path Details
Directoryjakarta/commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestAll.java modified , text changed
Directoryjakarta/commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestArrayList.java added
Directoryjakarta/commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestArrayStack.java modified , text changed
Directoryjakarta/commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestFastArrayList.java modified , text changed
Directoryjakarta/commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestFastArrayList1.java added
Directoryjakarta/commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestFastHashMap.java modified , text changed
Directoryjakarta/commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestFastHashMap1.java added
Directoryjakarta/commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestFastTreeMap.java modified , text changed
Directoryjakarta/commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestFastTreeMap1.java added
Directoryjakarta/commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestHashMap.java added
Directoryjakarta/commons/proper/collections/trunk/src/test/org/apache/commons/collections/TestTreeMap.java added

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26