EclEmma
Home PageCategories: Code coverage
Latest version: 1.4.1
Added 2006-10-21Updated 2009-08-06
Code coverage tool for Eclipse.
Internally, EclEmma is based on the EMMA Java code coverage tool, trying to adopt EMMA's philosophy for the Eclipse workbench:
- Fast develop/test cycle: Launches from within the workbench like JUnit test runs can directly be analyzed for code coverage.
- Coverage results are immediately summarized and highlighted in the Java source code editors.
- Non-invasive: does not require modifying your projects or performing any other setup.
Features include:
- Launching: EclEmma 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.
- Analysis: After your application or unit test has terminated code coverage information is automatically available in the Eclipse workbench (Coverage overview, Source highlighting). Additional features support analysis for your test coverage (Different counters, Multiple coverage sessions, Merge Sessions)
- Import/Export: Coverage data import, Coverage report export as a .ec file or in XML or HTML format
Built for Java |
Plug-in |
Free or free version available |
Source code provided |