Uses of Class
org.jacoco.maven.AbstractJacocoMojo
Packages that use AbstractJacocoMojo
-
Uses of AbstractJacocoMojo in org.jacoco.maven
Subclasses of AbstractJacocoMojo in org.jacoco.mavenModifier and TypeClassDescriptionclass
Base class for preparing a property pointing to the JaCoCo runtime agent that can be passed as a VM argument to the application under test.class
Same asprepare-agent
, but provides default values suitable for integration-tests: bound topre-integration-test
phase differentdestFile
class
Prepares a property pointing to the JaCoCo runtime agent that can be passed as a VM argument to the application under test.class
Checks that the code coverage metrics are being met.class
Request a dump over TCP/IP from a JaCoCo agent running intcpserver
mode.class
Performs offline instrumentation.class
Mojo for merging a set of execution data files (*.exec) into a single fileclass
Restores original classes as they were before offline instrumentation.