Package au.com.dius.pact.consumer.junit
package au.com.dius.pact.consumer.junit
-
ClassDescriptionMarker annotation for a method that will setup the default request values used in the test.Marker annotation for a method that will setup the default response values used in the test The annotated method must take a single parameter of PactDslResponse and set the default values on that objectA junit rule that wraps every test annotated with
PactVerification.A junit rule that wraps every test annotated withPactVerification.A junit rule that wraps every test annotated withPactVerification.Before each test, a mock server will be setup at given port/host that will provide mocked responses.