vote up -1 vote down star

I wrote the test case for junit3.

In eclipse test runner there are Junit 3 and Junit4.

If I use junit 4 I can not run each individual testmethod. So I want to use only Junit 3.

I removed the junit4 plugin from eclipse/plugin. Still I am seeing the Junit4 tag in the test runner option.

How can I remove Junit4 from my test runner option?

flag

60% accept rate
3  
If you want to use JUnit3 in Eclipse, it is perfectly possible by choosing JUnit3 in the Junit Test launch configuration. What you are asking for is complete removal of JUnit from Eclipse, and IMHO that's absurd. Just use an older version of Eclipse with no support for JUnit4. – Vineet Reynolds Sep 26 at 12:56

2 Answers

vote up -1 vote down

I have the same Issue with the TestRunner in Eclipse.

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

So, i need 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,

link|flag
This is not an answer to the question. – Daniel Pryden Nov 3 at 17:19
vote up 3 vote down

You can run an individual testmethod with Junit 4. Just right-click on the method in the outline and choose "run with Junit".

link|flag

Your Answer

Get an OpenID
or

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