From 7b415049592cfce8f77c376688e1b4a0b68f2b32 Mon Sep 17 00:00:00 2001 From: Stephen Colebourne Date: Sun, 5 Oct 2003 23:11:00 +0000 Subject: [PATCH] Add overview for testframework git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131247 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/commons/collections/overview.html | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/test/org/apache/commons/collections/overview.html diff --git a/src/test/org/apache/commons/collections/overview.html b/src/test/org/apache/commons/collections/overview.html new file mode 100644 index 000000000..88fc3d3ac --- /dev/null +++ b/src/test/org/apache/commons/collections/overview.html @@ -0,0 +1,21 @@ + +

Apache Jakarta 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. + + \ No newline at end of file