|
|
Subject: Re: can I run parallel tests in JUnit - msg#00019
List: java.junit.user
you can use JUnitPerf from www.clarkware.com -- it's simple and quick to
add in.
=jason
On Fri, 2002-09-06 at 15:12, gbsag wrote: Hi I am new to using JUnit.
Can anyone tell me if TestSuit executes
your tests in parallel, is there anything in JUnit I can use to
simulate parallel calls to my methods, or is the only way to do this
is to my own threads?
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
can I run parallel tests in JUnit
Hi I am new to using JUnit. Can anyone tell me if TestSuit executes
your tests in parallel, is there anything in JUnit I can use to
simulate parallel calls to my methods, or is the only way to do this
is to my own threads?
Next Message by Date:
click to view message preview
RE: can I run parallel tests in JUnit
There's also a product called "Enhanced JUnit" that will run copies of your
tests in parallel across threads, JVMs and machines. More info at:
http://www.javatesting.com/Product/enhancedjunit/
^^^^^^^^^^^^^^^^^^^^^^^^^
Mike Silverstein
SilverMark, Inc.
The object testing company
http://www.javatesting.com
> -----Original Message-----
> From: Jason Rogers [mailto:jacaetevha@xxxxxxxxxxxxx]
> Sent: Friday, September 06, 2002 5:54 PM
> To: junit@xxxxxxxxxxxxxxx
> Subject: Re: [junit] can I run parallel tests in JUnit
>
>
> you can use JUnitPerf from www.clarkware.com -- it's simple and quick to
> add in.
>
> =jason
>
> On Fri, 2002-09-06 at 15:12, gbsag wrote: Hi I am new to using JUnit.
> Can anyone tell me if TestSuit executes
> your tests in parallel, is there anything in JUnit I can use to
> simulate parallel calls to my methods, or is the only way to do this
> is to my own threads?
>
>
>
> To unsubscribe from this group, send an email to:
> junit-unsubscribe@xxxxxxxxxxxxxxx
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
Previous Message by Thread:
click to view message preview
can I run parallel tests in JUnit
Hi I am new to using JUnit. Can anyone tell me if TestSuit executes
your tests in parallel, is there anything in JUnit I can use to
simulate parallel calls to my methods, or is the only way to do this
is to my own threads?
Next Message by Thread:
click to view message preview
RE: can I run parallel tests in JUnit
There's also a product called "Enhanced JUnit" that will run copies of your
tests in parallel across threads, JVMs and machines. More info at:
http://www.javatesting.com/Product/enhancedjunit/
^^^^^^^^^^^^^^^^^^^^^^^^^
Mike Silverstein
SilverMark, Inc.
The object testing company
http://www.javatesting.com
> -----Original Message-----
> From: Jason Rogers [mailto:jacaetevha@xxxxxxxxxxxxx]
> Sent: Friday, September 06, 2002 5:54 PM
> To: junit@xxxxxxxxxxxxxxx
> Subject: Re: [junit] can I run parallel tests in JUnit
>
>
> you can use JUnitPerf from www.clarkware.com -- it's simple and quick to
> add in.
>
> =jason
>
> On Fri, 2002-09-06 at 15:12, gbsag wrote: Hi I am new to using JUnit.
> Can anyone tell me if TestSuit executes
> your tests in parallel, is there anything in JUnit I can use to
> simulate parallel calls to my methods, or is the only way to do this
> is to my own threads?
>
>
>
> To unsubscribe from this group, send an email to:
> junit-unsubscribe@xxxxxxxxxxxxxxx
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
|
|