You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Jack, Paul" <pj...@sfaf.org> on 2002/06/09 00:11:06 UTC

[PATCH][Collections] New collections testing framework, attempt # 3

Okay, this is a cumulative patch; it includes the previous two.

The point of this patch is that TestMap is now hardcore.  It
fully tests its collection views, by running through the tests
defined in TestSet and TestCollection on keySet(), entrySet()
and values().  

It also fully tests that collection views are backed by the map
and vice versa.  Every time a map test method AND every time a
collection view test method modifies the map, the map AND all 
of its collection views are verified to make sure they reflect
the new state of the map.    

I decided to use a website to keep track of everything:

http://www.geocities.com/apachecollections

The above link includes the source for new files; a patch file;
and javadoc for the biggest changes.

The next patch will make TestList hardcore.  

-Paul



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>