Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

TPTP Testing With Code Coverage

Revision as of 11:54, 29 October 2007 by Unnamed Poltroon (Talk) (Reporting)

Background

EMMA is an open-source toolkit, written in Java and hosted on SourceForge, for measuring and reporting line level code coverage statistics of Java applications.

TPTP is conducting a Proof of Concept (PoC) to evaluate using EMMA for generating line level code coverage statistics when testing TPTP.

EMMA Instrumentation

To generate line level code coverage statistics, the Java application is instrumented

Back to the top