All Classes and Interfaces
Class
Description
Marker 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 object
A junit rule that wraps every test annotated with
PactVerification.A junit rule that wraps every test annotated with
PactVerification.A junit rule that wraps every test annotated with
PactVerification.Before each test, a mock server will be setup at given port/host that will provide mocked responses.