| Modifier and Type | Method and Description |
|---|---|
ExpectedResponse |
Expectation.thenReturn()
expect a null response
|
ExpectedResponse |
Expectation.thenReturn(JSONElement jsonObject)
expect a json response
|
ExpectedResponse |
Expectation.thenReturn(Object pojo)
expect a object response as defined by a pojo using the requests / configuration object mapper
|
ExpectedResponse |
Expectation.thenReturn(String body)
expect a string response
|
ExpectedResponse |
ExpectedResponse.withHeader(String key,
String value) |
ExpectedResponse |
ExpectedResponse.withStatus(int httpStatus) |
ExpectedResponse |
ExpectedResponse.withStatus(int httpStatus,
String statusMessage) |
Copyright © 2021. All rights reserved.