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?