Release 10.2.2 and later include improvements related to collecting coverage.

Collecting Coverage for Unit Tests

In Jtest versions earlier than 10.2.2, you to collect coverage by static instrumentation of class files. Release 10.2.2 (build system plugins 1.2.4) introduced collecting coverage for tests by runtime bytecode instrumentation using Jtest JVM agent. This involved the following changes in the Jtest Plugins for Maven, Gradle, and Ant:

Maven

See Testing and Analysis with Maven for details.

Gradle

See Testing and Analysis with Gradle for details.

Ant

See Testing and Analysis with Ant for details.

Collecting Coverage for Applications

Maven

See Application Coverage for details.