public class SpringInteractionRunner
| Constructor and Description |
|---|
SpringInteractionRunner(org.junit.runners.model.TestClass testClass,
au.com.dius.pact.model.Pact pact,
au.com.dius.pact.model.PactSource pactSource,
org.springframework.test.context.TestContextManager testContextManager) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
createTest() |
org.junit.runners.model.Statement |
withAfters(au.com.dius.pact.model.Interaction interaction,
java.lang.Object testInstance,
org.junit.runners.model.Statement statement) |
org.junit.runners.model.Statement |
withBefores(au.com.dius.pact.model.Interaction interaction,
java.lang.Object testInstance,
org.junit.runners.model.Statement statement) |
public SpringInteractionRunner(org.junit.runners.model.TestClass testClass,
au.com.dius.pact.model.Pact pact,
au.com.dius.pact.model.PactSource pactSource,
org.springframework.test.context.TestContextManager testContextManager)
public org.junit.runners.model.Statement withBefores(au.com.dius.pact.model.Interaction interaction,
java.lang.Object testInstance,
org.junit.runners.model.Statement statement)
public org.junit.runners.model.Statement withAfters(au.com.dius.pact.model.Interaction interaction,
java.lang.Object testInstance,
org.junit.runners.model.Statement statement)
public java.lang.Object createTest()