Is there any handy code coverage tool to be used with JUnit?

前端 未结 4 1382
鱼传尺愫
鱼传尺愫 2021-02-18 18:23

Is there handy code coverage tool to be used with JUnit?

4条回答
  •  走了就别回头了
    2021-02-18 19:12

    I would imagine most code coverage tools can be used pretty easily with JUnit. Previously I've used EMMA, which is good. If you're an Eclipse user, there's an Eclipse plugin called EclEmma to integrate things.

提交回复
热议问题