On Fri, Apr 12, 2002 at 08:48:52AM +0100, Mikkel Damsgaard wrote:
> I would also like idea to run a specified test and not the whole 
> testcase. I often make the following code in a testcase
> to stop all but one test from running:
> 
> 
>  public static Test suite() {
>    TestSuite suite = new TestSuite();
>    suite.addTest(new MyTest("testTheMethodToTest"));
>    return suite;

+10 from me.

-billy.

-- 
Meisterbohne       S�flinger Stra�e 100          Tel: +49-731-399 499-0
   eL�sungen       89077 Ulm                     Fax: +49-731-399 499-0

_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features

Reply via email to