EclEmma is a free Java code coverage tool for Eclipse, available under the Eclipse Public License. Internally it is based on the great EMMA Java code coverage tool, trying to adopt EMMA's philosophy for the Eclipse workbench:
The Eclipse integration has its focus on supporting the individual developer in an highly interactive way.
The latest version can be downloaded here.
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. 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:
After your application or unit test has terminated code coverage information is automatically available in the Eclipse workbench:
Additional features support analysis for your test coverage:
While EclEmma is primarily designed for test runs and analysis within the Eclipse workbench, it provides some import/export features.
*.ec
coverage data files from external
launches.*.ec
file or in XML or HTML
format.Категории: | Тестирование |
---|---|
Версия: | 0.1.8 |
Лицензия: | Свободная EPL |
Добавлено: | 2006.11.21 |
Обновлено: | 2006.11.21 |
Сайт проекта: | EclEmma Java Code Coverage |