We are using EasyMock and PowerMock with JUnit. The coverage tool used is ECLEmma. With EasyMock, it shows the coverage properly in green (as covered). However, for the code that is unit tested with PowerMock, the coverage is shown in red (uncovered). Have read similar questions on the web. However, just wanted to check if there is a solution for this.
Thanks
Venkatesh
我正在寻找一个可用于生成ER图的开源工具.目前,这是使用SchemaSpy完成的.在jenkins构建期间调用Maven脚本以生成这些数据模型图.我也尝试过使用SchemaCrawler的POC.但是,结果并不太令人满意.如果我可以获得可以与相同设置(maven和jenkins)一起使用的替代工具的指针,我将不胜感激.