Uses of Interface
org.jacoco.agent.rt.IAgent
-
Packages that use IAgent Package Description org.jacoco.agent.rt API to access the JaCoCo agent from within the JVM under test.org.jacoco.agent.rt.internal -
-
Uses of IAgent in org.jacoco.agent.rt
Methods in org.jacoco.agent.rt that return IAgent Modifier and Type Method Description static IAgentRT. getAgent()Returns the agent instance of the JaCoCo runtime in this JVM. -
Uses of IAgent in org.jacoco.agent.rt.internal
Classes in org.jacoco.agent.rt.internal that implement IAgent Modifier and Type Class Description classAgentThe agent manages the life cycle of JaCoCo runtime.
-