JCoverage unreliable
jcoverage/gpl is a free code-coverage tool for Java™ programmers that allows them to measure the effectiveness of their Java tests and how much of a software program\'s code has been tested.
jcoverage/gpl identifies how many times
Tutorial Details:
jcoverage works by modifying your Java™ classes at the bytecode level. It also works against code that you do not have the source code for, as well as code that has itself been modified at byte-code level, for example, JDO data classes and aspect-derived code - something no other industry tool offers.
When these modified classes are executed, during a test-run for instance, data is collected which identifies how many times each line of code has been executed.
Read
Tutorial at: Click here to view the tutorial
Rate Tutorial: JCoverage unreliable
View Tutorial: JCoverage unreliable
Related
Tutorials:
|