简体   繁体   中英

How to remove the Junit4 from eclipse test runner

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?

可以使用Junit 4运行单独的测试方法。只需右键单击大纲中的方法,然后选择“使用Junit运行”即可。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM