Class InboundAgentExtension

java.lang.Object
org.jvnet.hudson.test.junit.jupiter.InboundAgentExtension
All Implemented Interfaces:
org.junit.jupiter.api.extension.AfterEachCallback, org.junit.jupiter.api.extension.Extension

public class InboundAgentExtension extends Object implements org.junit.jupiter.api.extension.AfterEachCallback
This is the JUnit Jupiter implementation of InboundAgentFixture. Usage:

 @RegisterExtension
 private final InboundAgentRule inboundAgent = InboundAgentExtension.newBuilder().build();
 
See Also: