Searched refs:IAgent (Results 1 – 5 of 5) sorted by relevance
21 import org.jacoco.agent.rt.IAgent;34 JmxRegistration(final IAgent agent) throws Exception { in JmxRegistration()37 server.registerMBean(new StandardMBean(agent, IAgent.class), name); in JmxRegistration()
19 import org.jacoco.agent.rt.IAgent;35 public class Agent implements IAgent {
21 import org.jacoco.agent.rt.IAgent;31 Set<String> expected = getDeclaredMethods(IAgent.class); in testMBeanInterfaceCompatibility()
31 public static IAgent getAgent() throws IllegalStateException { in getAgent()
19 public interface IAgent { interface