Apache Commons Collections
Go to file
Craig R. McClanahan 6f129ef861 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.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130445 13f79535-47bb-0310-9956-ffa450edef68
2001-04-21 12:22:30 +00:00
src Add tests for the standard JDK collection classes (ArrayList, HashMap, 2001-04-21 12:22:30 +00:00
.cvsignore Initial revision 2001-04-14 15:38:58 +00:00
PROPOSAL.html Initial revision 2001-04-14 15:38:58 +00:00
STATUS.html - adding myself 2001-04-16 16:14:51 +00:00
build.properties.sample Initial revision 2001-04-14 15:38:58 +00:00
build.xml Applied Scott Sanders' patch restoring the peek(n) method. 2001-04-16 22:39:21 +00:00