Changing the default TestRunner in Eclipse.

Posted by Vitalij on Stack Overflow See other posts from Stack Overflow or by Vitalij
Published on 2009-11-04T12:35:00Z Indexed on 2010/05/31 17:03 UTC
Read the original article Hit count: 217

Filed under:
|
|

All tests should be run with jUnit3, if i run a non-configured Test, it tries to use the default-TestRunner (jUnit4).

So, i have to go into the run/debug configuration, change the TestRunner to "jUnit3" and run it again.

On EVERY Test. This just disturbs the workflow.

So, is there an option to REMOVE jUnit4 as possible TestRunner, or even better, change the Default TestRunner to jUnit3 ?

Thanks in Advance,

© Stack Overflow or respective owner

Related posts about eclipse

Related posts about junit