EclEmma 3.1.9 | Java Code Coverage for Eclipse | |
User GuideEclEmma records which parts of your Java code are executed during a particular program launch. This technique is called code coverage analysis and typically used with automated testing like JUnit unit tests. It helps to identify untested parts of a code base and improve the corresponding tests. Running a coverage analysis is as simple as pressing a single button like the existing Run and Debug buttons. The coverage results are automatically summarized in the Coverage view and highlighted in the Java editors. |
Copyright © 2006, 2017 Mountainminds GmbH & Co. KG and Contributors | Validate XHTML/CSS · Last Modified 2017-06-14 in Commit 6bec4798 |