是否有任何方便的代码覆盖率工具可与 JUnit 一起使用?
是否有方便的代码覆盖率工具可与 JUnit 一起使用?
Is there handy code coverage tool to be used with JUnit?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
是否有方便的代码覆盖率工具可与 JUnit 一起使用?
Is there handy code coverage tool to be used with JUnit?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
我想大多数代码覆盖率工具都可以很容易地与 JUnit 一起使用。之前我用过 EMMA,效果很好。如果您是 Eclipse 用户,可以使用名为 EclEmma 的 Eclipse 插件来集成内容。
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.
以下是我的偏好顺序:
这是一个一堆开源工具并进行比较。
希望有帮助。
Here are my preferences in that order:
And here is a bunch of open source tools and with comparison.
Hope that helps.
有很多,谷歌是你的朋友。
NoUnit
封面 (我推荐这个,但它是一个 Eclipse 插件)
Codecover
There are many and google is your friend.
NoUnit
Coverlipse (I would recommend this, but its an eclipse plugin)
Codecover
Cobetura http://cobertura.sourceforge.net/
Cobetura http://cobertura.sourceforge.net/