Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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 Paulslau.ca.ibm.com (Talk | contribs) (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