public class PactDslRequestWithoutPath
extends PactDslRequestBase
CONTENT_TYPE, defaultRequestValues, query, requestBody, requestGenerators, requestHeaders, requestMatchers, requestMethod| Constructor and Description |
|---|
PactDslRequestWithoutPath() |
| Modifier and Type | Method and Description |
|---|---|
PactDslRequestWithoutPath |
body()
The body of the request
|
PactDslRequestWithoutPath |
body()
The body of the request
|
PactDslRequestWithoutPath |
body()
The body of the request
|
PactDslRequestWithoutPath |
body()
The body of the request
|
PactDslRequestWithoutPath |
body()
The body of the request
|
PactDslRequestWithoutPath |
body()
The body of the request
|
PactDslRequestWithoutPath |
body()
The body of the request
|
PactDslRequestWithoutPath |
body()
The body of the request
|
PactDslRequestWithoutPath |
body()
The body of the request
|
PactDslRequestWithoutPath |
bodyWithSingleQuotes()
The body of the request with possible single quotes as delimiters and using QuoteUtil to convert single quotes to double quotes if required.
|
PactDslRequestWithoutPath |
bodyWithSingleQuotes()
The body of the request with possible single quotes as delimiters and using QuoteUtil to convert single quotes to double quotes if required.
|
PactDslRequestWithoutPath |
bodyWithSingleQuotes()
The body of the request with possible single quotes as delimiters and using QuoteUtil to convert single quotes to double quotes if required.
|
PactDslRequestWithoutPath |
headerFromProviderState()
Adds a header that will have it's value injected from the provider state
|
PactDslRequestWithoutPath |
headers()
Headers to be included in the request
|
PactDslRequestWithoutPath |
headers()
Headers to be included in the request
|
PactDslRequestWithPath |
matchPath()
The path of the request. This will generate a random path to use when generating requests
|
PactDslRequestWithPath |
matchPath()
The path of the request
|
PactDslRequestWithoutPath |
method()
The HTTP method for the request
|
PactDslRequestWithPath |
path()
The path of the request
|
PactDslRequestWithPath |
pathFromProviderState()
Sets the path to have it's value injected from the provider state
|
PactDslRequestWithoutPath |
query()
The query string for the request
|
PactDslRequestWithoutPath |
queryParameterFromProviderState()
Adds a query parameter that will have it's value injected from the provider state
|
PactDslRequestWithoutPath |
withFileUpload()
Sets up a file upload request. This will add the correct content type header to the request
|
setupDefaultValues, setupFileUploadpublic PactDslRequestWithoutPath method()
The HTTP method for the request
public PactDslRequestWithoutPath headers()
Headers to be included in the request
public PactDslRequestWithoutPath headers()
Headers to be included in the request
public PactDslRequestWithoutPath query()
The query string for the request
public PactDslRequestWithoutPath body()
The body of the request
public PactDslRequestWithoutPath body()
The body of the request
public PactDslRequestWithoutPath body()
The body of the request
public PactDslRequestWithoutPath body()
The body of the request
public PactDslRequestWithoutPath body()
The body of the request
public PactDslRequestWithoutPath body()
The body of the request
public PactDslRequestWithoutPath bodyWithSingleQuotes()
The body of the request with possible single quotes as delimiters and using QuoteUtil to convert single quotes to double quotes if required.
public PactDslRequestWithoutPath bodyWithSingleQuotes()
The body of the request with possible single quotes as delimiters and using QuoteUtil to convert single quotes to double quotes if required.
public PactDslRequestWithoutPath bodyWithSingleQuotes()
The body of the request with possible single quotes as delimiters and using QuoteUtil to convert single quotes to double quotes if required.
public PactDslRequestWithoutPath body()
The body of the request
public PactDslRequestWithoutPath body()
The body of the request
public PactDslRequestWithoutPath body()
The body of the request
public PactDslRequestWithPath path()
The path of the request
public PactDslRequestWithPath matchPath()
The path of the request. This will generate a random path to use when generating requests
public PactDslRequestWithPath matchPath()
The path of the request
public PactDslRequestWithoutPath withFileUpload()
Sets up a file upload request. This will add the correct content type header to the request
public PactDslRequestWithoutPath headerFromProviderState()
Adds a header that will have it's value injected from the provider state
public PactDslRequestWithoutPath queryParameterFromProviderState()
Adds a query parameter that will have it's value injected from the provider state
public PactDslRequestWithPath pathFromProviderState()
Sets the path to have it's value injected from the provider state