Go for it. I think it's at the point now where you could do it and apologize later if someone gets upset.
Hen On Thu, Mar 4, 2010 at 11:05 AM, Gary Gregory <[email protected]> wrote: > Good idea, +1. > > Gary Gregory > Senior Software Engineer > Seagull Software > email: [email protected] > email: [email protected] > www.seagullsoftware.com > > > >> -----Original Message----- >> From: sebb [mailto:[email protected]] >> Sent: Thursday, March 04, 2010 11:04 >> To: Commons Developers List >> Subject: [IO] get rid of suite() and TestAll classes? >> >> 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] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
