public class MvcProviderVerifier
Verifies the providers against the defined consumers using Spring MockMvc
public static au.com.dius.pact.provider.spring.MvcProviderVerifier.Companion Companion
public MvcProviderVerifier(boolean debugRequestResponse)
Verifies the providers against the defined consumers using Spring MockMvc
public MvcProviderVerifier()
Verifies the providers against the defined consumers using Spring MockMvc
@NotNull
public au.com.dius.pact.provider.VerificationResult verifyResponseFromProvider(@NotNull
au.com.dius.pact.provider.ProviderInfo provider,
@NotNull
au.com.dius.pact.core.model.RequestResponseInteraction interaction,
@NotNull
java.lang.String interactionMessage,
@NotNull
java.util.Map<java.lang.String,java.lang.Object> failures,
@NotNull
org.springframework.test.web.servlet.MockMvc mockMvc,
boolean pending)
@NotNull
public org.springframework.test.web.servlet.MvcResult executeMockMvcRequest(@NotNull
org.springframework.test.web.servlet.MockMvc mockMvc,
@NotNull
au.com.dius.pact.core.model.Request request,
@NotNull
au.com.dius.pact.provider.ProviderInfo provider)
@NotNull
public java.net.URI requestUriString(@NotNull
au.com.dius.pact.core.model.Request request)
@NotNull
public org.springframework.http.HttpHeaders mapHeaders(@NotNull
au.com.dius.pact.core.model.Request request,
boolean hasBody)
@NotNull
public au.com.dius.pact.provider.ProviderResponse handleResponse(@NotNull
org.springframework.mock.web.MockHttpServletResponse httpResponse)