public class SpringMessagePactRunner
Pact runner for REST providers that boots up the spring context
| Constructor and Description |
|---|
SpringMessagePactRunner(java.lang.Class<?> clazz)
Pact runner for REST providers that boots up the spring context
|
| Modifier and Type | Method and Description |
|---|---|
au.com.dius.pact.provider.junit.InteractionRunner |
newInteractionRunner(org.junit.runners.model.TestClass testClass,
au.com.dius.pact.model.Pact pact,
au.com.dius.pact.model.PactSource pactSource) |
org.junit.runners.model.Statement |
withAfterClasses(org.junit.runners.model.Statement statement) |
org.junit.runners.model.Statement |
withBeforeClasses(org.junit.runners.model.Statement statement) |
public SpringMessagePactRunner(java.lang.Class<?> clazz)
Pact runner for REST providers that boots up the spring context
public org.junit.runners.model.Statement withBeforeClasses(org.junit.runners.model.Statement statement)
public org.junit.runners.model.Statement withAfterClasses(org.junit.runners.model.Statement statement)
public au.com.dius.pact.provider.junit.InteractionRunner newInteractionRunner(org.junit.runners.model.TestClass testClass,
au.com.dius.pact.model.Pact pact,
au.com.dius.pact.model.PactSource pactSource)