How do I configure Eclipse to run your tests automatically?

后端 未结 4 1160
鱼传尺愫
鱼传尺愫 2020-12-15 03:52

I read this article: Configure your IDE to run your tests automatically http://eclipse.dzone.com/videos/configure-your-ide-run-your

It\'s pretty easy to configure Ec

4条回答
  •  一向
    一向 (楼主)
    2020-12-15 04:30

    You can use JUnit Max it is an eclipse plug in that will run all you tests every time you save. But it will do it without interrupting your work flow. The results are shown in the left corner of Eclipse and you can always go back to the last successful testrun. The plugin runs the tests that are most likely to fail first so that you get a response for your last saving as fast as possible.

提交回复
热议问题