July 2014
Intermediate to advanced
314 pages
6h 25m
English
This section will explain how to configure the Cobertura Ant task in your project.
The following are the steps for configuration:
Chapter05\lib. Include all JARs from the lib folder and cobertura.jar from the root folder.build.properties file under Chapter05\Chapter05 and enter the following information:src.dir=src/main/java test.dir=src/test/java # The path to cobertura.jar cobertura.dir=../lib classes.dir=classes instrumented.dir=instrumented ...
Read now
Unlock full access