Spring与Cobertura整合

时间:2015-08-04 18:21:30

标签: spring-integration cobertura

我在我的应用程序中使用spring集成。我编写了Junit测试用例并使用spring测试框架初始化spring xml文件。我正在尝试设置Cobertura,但它无法正常工作。我通过maven插件生成报告。只是想检查我是否使用正确的代码覆盖工具。如果没有,还有什么是弹簧集成的好选择。感谢。

1 个答案:

答案 0 :(得分:0)

“工作不正常”无助于任何人了解您的问题。

我无法与cobertura交流,但对于Spring Integration本身,我们使用JaCoCo进行代码覆盖from the gradle build。它在构建目录中生成html报告,Sonar也使用输出文件。

我在eclipse中使用eclemma