@ExperimentalStdlibApi
public class SpringRestPactRunner
Pact runner for REST providers that boots up the spring context
public SpringRestPactRunner(@NotNull
java.lang.Class<?> clazz)
Pact runner for REST providers that boots up the spring context
@NotNull
protected org.junit.runners.model.Statement withBeforeClasses(@Nullable
org.junit.runners.model.Statement statement)
@NotNull
protected org.junit.runners.model.Statement withAfterClasses(@Nullable
org.junit.runners.model.Statement statement)
@NotNull
protected au.com.dius.pact.provider.junit.InteractionRunner<au.com.dius.pact.core.model.RequestResponseInteraction> newInteractionRunner(@NotNull
org.junit.runners.model.TestClass testClass,
@NotNull
au.com.dius.pact.core.model.Pact<au.com.dius.pact.core.model.RequestResponseInteraction> pact,
@NotNull
au.com.dius.pact.core.model.PactSource pactSource)
@NotNull
protected au.com.dius.pact.provider.junitsupport.loader.PactLoader getPactSource(@NotNull
org.junit.runners.model.TestClass clazz,
@Nullable
au.com.dius.pact.provider.junitsupport.Consumer consumerInfo)