You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2003/10/06 01:11:00 UTC

cvs commit: jakarta-commons/collections/src/test/org/apache/commons/collections overview.html

scolebourne    2003/10/05 16:11:00

  Added:       collections/src/test/org/apache/commons/collections
                        overview.html
  Log:
  Add overview for testframework
  
  Revision  Changes    Path
  1.1                  jakarta-commons/collections/src/test/org/apache/commons/collections/overview.html
  
  Index: overview.html
  ===================================================================
  <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>
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org