> The junit4 class doesn't know or care if there is a 'static Test suite()'
> method on the class.  It looks for Annotations, and then falls back on
> pattern matching method names.  It seems that the suite() method has always
> been an Ant thing.

I beg to differ. Honoring suite() methods has been supported for a
long time in JUnit's own TestRunners, and even though these were not
part of the "main" package, I've always considered them part of JUnit
itself.

So JUnit4 not supporting them sounds like a regression to me. --DD

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to