vote up 0 vote down star

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,

flag

1 Answer

vote up 0 vote down

Make sure the junit 3 JAR is on the classpath and not the JUnit 4 JAR. Then, Eclipse should do the right thing.

link|flag
I tried this before, i then just throws a NoClassDefFoundException ;), default TestRunner stays jUnit4 :/ – Vitalij Nov 4 at 14:28
Please post the full stack trace in your question. – Aaron Digulla Nov 4 at 15:09
Also check your error log. This behavior of Eclipse isn't right. For me, I get the correct runner. – Aaron Digulla Nov 4 at 15:10

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.