How to integrate Cobertura into Ant script

Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program are lacking test coverage. It is based on jcoverage.

 http://cobertura.sourceforge.net/anttaskreference.html

 

你可能感兴趣的:(java,职场,休闲,identify,percentage)