> You've put a lot of work into getting these tests up and > running, and it > has exposed some problems with existing implementations, so your work > isn't without merit. In fact, I'm inclined to commit it, I would just > rather see something that utilizes JUnit's TestSuite (by subclass > probably since it doesn't support "bulkTest") so that a proper test > hierarchy can be built. Therefore, I'm going to hold off a > little bit > to see if any other collections committers care to comment on > the above.
...actually, it shouldn't be too difficult to make BulkTest extend TestSuite. We'd still have the problem that people's suite() methods would have to be different than usual...I'll see what I can do. -Paul -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
