Add overview for testframework

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131247 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2003-10-05 23:11:00 +00:00
parent 19d811d68e
commit 7b41504959
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
<body>
<h3>Apache Jakarta Commons Collections Test Framework</h3>
<p>
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.
<p>
The test framework does not depend on the main commons-collections jar file.
The only exception to this are the <code>Bag</code> tests, but if you are testing this
you must have the collections jar anyway.
<p>
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.
</body>