On 31 August 2010 22:54, Rahul Akolkar <rahul.akol...@gmail.com> wrote: > On Tue, Aug 31, 2010 at 2:45 PM, Simone Tripodi > <simone.trip...@gmail.com> wrote: >> Hi guys, >> one more question: what about keeping or removing the Test >> classes/methods that just declare the Suite? AFAIK are not more >> needed... > <snip/> > > Don't have a strong opinion -- if someone wants to do it.
Forgot to say I'm +1 on removing these. Just need to be careful in case there is a suite which is used to ensure that certain tests are run in a particular order. Otherwise, the main() and suite() methods are unnecessary, and it's too easy to add a test class and forget to add the class to the suite. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org