Package org.jacoco.agent.rt
Class RT
java.lang.Object
org.jacoco.agent.rt.RT
Entry point to access the JaCoCo agent runtime.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RT
private RT()
-
-
Method Details
-
getAgent
Returns the agent instance of the JaCoCo runtime in this JVM.- Returns:
- agent instance
- Throws:
IllegalStateException
- if no Agent has been started yet
-