| Method and Description |
|---|
| Matchers#guid(java.lang.String value = null)
Match a globally unique ID (GUID)
|
| PactBuilder#withBody(java.lang.String mimeType, groovy.lang.Closure closure)
Allows the body to be defined using a Groovy builder pattern
|
| PactBuilder#withBody(java.lang.String mimeType, java.util.List array)
Allows the body to be defined using a Groovy builder pattern with an array as the root
|
| PactBuilder#withBody(java.lang.String mimeType, LikeMatcher matcher)
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
|
| PactMessageBuilder#withContent(java.lang.String contentType, groovy.lang.Closure closure)
Content of the message
|