maarten roosendaal wrote:
Thanks, i changed the pattern to exclude innerclasses:
Maarten
yeah, that would do it.
I always give my tests the same ending, so *Test.class catches it.
-
To unsubscribe, e-mail: [EMAIL PROTECTED
Thanks, i changed the pattern to exclude innerclasses:
Maarten
--- Steve Loughran <[EMAIL PROTECTED]> wrote:
> maarten roosendaal wrote:
> > Hi,
> >
> > I have create a MultiThreadedTestCase based on the
> one
> > descibed in
> >
>
http://www.javaworld.com/javaworld/jw-12-2000/jw-1221-junit.ht
maarten roosendaal wrote:
Hi,
I have create a MultiThreadedTestCase based on the one
descibed in
http://www.javaworld.com/javaworld/jw-12-2000/jw-1221-junit.html.
It uses an Innerclass that extends TestCaseRunnable
that implements Runnable.
When i run the test from Eclipse it works fine. When i
Hi,
I have create a MultiThreadedTestCase based on the one
descibed in
http://www.javaworld.com/javaworld/jw-12-2000/jw-1221-junit.html.
It uses an Innerclass that extends TestCaseRunnable
that implements Runnable.
When i run the test from Eclipse it works fine. When i
run the test from an ANT bu