As was done recently for DPCP, POOL and CODEC, I'd like to get rid of all the main() and suite() methods in test cases, and drop the TestAll or PackageTest classes.
SureFire allows individual tests to be run, and this can easily be enabled for Ant as well (as has been done for DBCP, POOL, CODEC). IDEs also allow individual tests (or groups of tests) to be run, so I don't think anything will be lost by dropping the code. The advantage is that all new test classes will automatically be run - the test packages cannot get out of date because there are none to maintain. S/// --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
