On Mon, 30 Jul 2001, Mehmood Shaikh <[EMAIL PROTECTED]> wrote: > I have 2 tests (testA, testB) , both in one class file > (Test_FDate.java), but i would like to run the 2 in different VM. Is > there a way? No, you will have to place them into different classes (and specify fork="true" on both <test> elements or the <junit> task itself). Stefan
- RE: Junit Problem Stephane Bailliez
- JUnit Problem Shaikh, Mehmood
- Stefan Bodewig