What I did was I extended TestRunner and implemented Runnable. By doing so you make JUnit multi-threaded.
-----Original Message----- From: Nate Kumar [mailto:[EMAIL PROTECTED]] Sent: Monday, April 22, 2002 4:12 PM To: '[EMAIL PROTECTED]' Subject: running JUnit tests using <parallel> task Has anyone run their JUnit test cases in a multi-threaded fashion using the ant <parallel> task? Is this possible, and if so any suggestions on how to implement this? I haven't seen any examples, and my attempts at this have produced inconsistent behavior. Thanks! Nate -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
