Eclipse function/plugin that finds corresponding junit class?

前端 未结 4 1126
梦如初夏
梦如初夏 2021-01-11 16:34

I\'ve been searching high and low for an Eclipse feature that lets you right-click on a main source class and find the corresponding JUnit class(es), without me having to na

4条回答
  •  南方客
    南方客 (楼主)
    2021-01-11 17:31

    Infinitest plugin runs your JUnits for those classes that you're changing, as you're changing them. There is no need to right-click on the updated class to find the relevant JUnit class, and then to run it - it will get run automatically. Test errors (if any) will show up the same way as Eclipse shows syntax errors.

提交回复
热议问题