RE: [PATCH][Collections] New testing framework, junit compatible

2002-06-12 Thread Jack, Paul
I hate ask you to do more work, Here to help. :) but can you separate the changes to the Bag implementations from the improvements to the testing framework? Well, not really. The problem is that the old Bag implementations will fail many of the new tests in TestCollection, because

[PATCH][Collections] New testing framework, junit compatible

2002-06-10 Thread Jack, Paul
http://www.geocities.com/apachecollections/june10 Rewrote BulkTest so that it extends TestCase. It now provides a static makeSuite(Class) method that can be used to create a TestSuite that's displayed as a hierarchy in the swingui. The other code's all the same, except less files needed to be