Java code coverage tools: Difference between revisions

Content deleted Content added
m Reverted 1 edit by 180.188.224.17 (talk) to last revision by Rlink2
Changing short description from "Two types of tools" to "Java development tools" (Shortdesc helper)
Line 1:
{{Short description|TwoJava types ofdevelopment tools}}'''Java code coverage tools''' are of two types: first, tools that add statements to the [[Java (programming language)|Java]] [[source code]] and require its recompilation. Second, tools that instrument the [[bytecode]], either before or during execution. The goal is to find out which parts of the code are tested by registering the lines of [[code coverage|code executed]] when running a test.
 
== JCov ==