EclEmma 3.1.9 | Java Code Coverage for Eclipse | |
OverviewEclEmma is a free Java code coverage tool for Eclipse, available under the Eclipse Public License. It brings code coverage analysis directly into the Eclipse workbench:
Since version 2.0 EclEmma is based on the JaCoCo code coverage library. The Eclipse integration has its focus on supporting the individual developer in an highly interactive way. For automated builds please refer to JaCoCo documentation for integrations with other tools. Originally EclEmma was inspired by and technically based on the great EMMA library developed by Vlad Roubtsov. The update site for EclEmma is https://update.eclemma.org/. EclEmma is also available via the Eclipse Marketplace Client, simply search for "EclEmma". FeaturesLaunchingEclEmma adds a so called launch mode to the Eclipse workbench. It is called Coverage mode and works exactly like the existing Run and Debug modes. The Coverage launch mode can be activated from the Run menu or the workbench's toolbar:
Simply launch your applications or unit tests in the Coverage mode to collect coverage information. Currently the following launch types are supported:
AnalysisOn request or after your target application has terminated code coverage information is automatically available in the Eclipse workbench:
Additional features support analysis for your test coverage:
Import/ExportWhile EclEmma is primarily designed for test runs and analysis within the Eclipse workbench, it provides some import/export features. |
Copyright © 2006, 2017 Mountainminds GmbH & Co. KG and Contributors | Validate XHTML/CSS · Last Modified 2024-02-08 in Commit e1ffb732 |