如何分析junit测试结果

时间:2016-10-30 05:31:28

标签: unit-testing testing netbeans junit

我有一组测试用例,我需要展示一个分析。是否有插件或任何其他方式来分析测试结果?

enter image description here

1 个答案:

答案 0 :(得分:1)

您可以使用 Cobertura Maven插件分析和编码单元测试的代码覆盖率报告

有关Cobertura Maven插件的更多详情,请参阅以下链接:

http://www.mojohaus.org/cobertura-maven-plugin/

https://www.mkyong.com/qa/maven-cobertura-code-coverage-example/

对于Netbeans,您可以从以下链接中引用tikione-jacocoverage插件: http://plugins.netbeans.org/plugin/48570/tikione-jacocoverage