- willRespondWith(Map) - Method in PactBuilder
-
Defines the response attributes (body, headers, etc.) that are returned for the request
- withAttributes(Map) - Method in PactBuilder
-
Defines the request attributes (body, headers, etc.)
- withBody(String, LikeMatcher) - Method in PactBuilder
-
Allows the body to be defined using a Groovy builder pattern with an array as the root
using a each like matcher for all elements of the array