Are there any good Continuous Testing plugins for Eclipse out right now?

后端 未结 6 1153
半阙折子戏
半阙折子戏 2021-02-05 17:28

I\'ve used the MIT Continuous testing plugin in the past, but it has long since passed out of date and is no longer compatible with anything approaching a modern release of Ecli

6条回答
  •  难免孤独
    2021-02-05 17:55

    My experience is that continuous testing within the IDE can become unwieldy and distracting, so I prefer to use something like CruiseControl to do this kind of testing. One tool I have found very useful is EclEmma, which gives you a very fast coverage turnaround for your units, helping you to decide when you have finished testing a particular area of the code.

提交回复
热议问题