Class InboundAgentRule

java.lang.Object
org.junit.rules.ExternalResource
org.jvnet.hudson.test.InboundAgentRule
All Implemented Interfaces:
org.junit.rules.TestRule

public final class InboundAgentRule extends org.junit.rules.ExternalResource
This is the JUnit 4 implementation of InboundAgentFixture. Usage:

 @Rule
 public final InboundAgentRule inboundAgent = new InboundAgentRule();
 
See Also: