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 IAgent
RT. 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 class
Agent
The agent manages the life cycle of JaCoCo runtime.Constructors in org.jacoco.agent.rt.internal with parameters of type IAgent Constructor Description JmxRegistration(IAgent agent)
-