| Method and Description |
|---|
| Matchers#guid(java.lang.String value = null)
Match a globally unique ID (GUID)
|
| Matchers#real(java.lang.Number value = null)
@deprecated Use decimal instead
|
| PactBuilder#run(java.util.Map options = [:], groovy.lang.Closure closure)
Executes the providers closure in the context of the interactions defined on this builder.
|
| 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
|