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 TypeClassDescriptionclassBase class for preparing a property pointing to the JaCoCo runtime agent that can be passed as a VM argument to the application under test.classSame asprepare-agent, but provides default values suitable for integration-tests: bound topre-integration-testphase differentdestFileclassPrepares a property pointing to the JaCoCo runtime agent that can be passed as a VM argument to the application under test.classChecks that the code coverage metrics are being met.classRequest a dump over TCP/IP from a JaCoCo agent running intcpservermode.classPerforms offline instrumentation.classMojo for merging a set of execution data files (*.exec) into a single fileclassRestores original classes as they were before offline instrumentation.