org.jacoco.agent.rt
Class RT
java.lang.Object
org.jacoco.agent.rt.RT
public final class RT
- extends Object
Entry point to access the JaCoCo agent runtime.
Method Summary |
static IAgent |
getAgent()
Returns the agent instance of the JaCoCo runtime in this JVM. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getAgent
public static IAgent getAgent()
throws IllegalStateException
- Returns the agent instance of the JaCoCo runtime in this JVM.
- Returns:
- agent instance
- Throws:
IllegalStateException
- if no Agent has been started yet
Copyright © 2009–2024 Mountainminds GmbH & Co. KG. All rights reserved.