您的位置:首页 > 编程语言 > Java开发

Java 代码测试覆盖率的Eclipse插件

2013-09-15 22:27 465 查看
如何确定JUnit测试方法测试到了所有的方法呢,用下面这个插件吧。我试了试觉得还挺好用的。

EclEmma is a free Java code coverage tool for Eclipse, available under the Eclipse
Public License. Internally it is based on the great EMMA Java code coverage tool, trying to adopt EMMA's philosophy
for the Eclipse workbench:

Fast develop/test cycle: Launches from within the workbench like JUnit test runs can directly be analyzed for code coverage.
Rich coverage analysis: Coverage results are immediately summarized and highlighted in the Java source code editors.
Non-invasive: EclEmma does not require modifying your projects or performing any other setup.

The Eclipse integration has its focus on supporting the individual developer in an highly interactive way.

The update site for EclEmma is http://update.eclemma.org/.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: