Uses of Class
org.jacoco.maven.AbstractJacocoMojo

  • Uses of AbstractJacocoMojo in org.jacoco.maven

    Modifier and Type
    Class
    Description
    class 
    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 as prepare-agent, but provides default values suitable for integration-tests: bound to pre-integration-test phase different destFile
    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 in tcpserver mode.
    class 
    Performs offline instrumentation.
    class 
    Mojo for merging a set of execution data files (*.exec) into a single file
    class 
    Restores original classes as they were before offline instrumentation.