2008/6/27 Geoffrey Wiseman <[EMAIL PROTECTED]>:
> On Fri, Jun 27, 2008 at 11:32 AM, Niranjan Deshpande <[EMAIL PROTECTED]>

> Well, first of all, i'll admit that I don't know if this is possible, and if
> so, how.  If you're using JUnit 3.8.X, you might be able to make this happen
> with a custom JUnit Suite.  Maybe someone else will have a better
> suggestion.

With Junit 4.x you can also create TestSuites even if the syntax is a
bit quirky.

> Secondly, can I ask why you want to do this?  Generally, having tests rely
> on the order of execution would be something I'd try and avoid.

I would go further and say it can become a nightmare to maintain and
debug, but if you still want to go that route, rename all your test
classes to something that does not match maven's search pattern for
test classes and put all of them in custom TestSuites (again: very bad
idea!).

André

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

Reply via email to