| Type | Name and description |
|---|---|
JsonRenderResult |
result |
| Constructor and description |
|---|
TestHttpResponse(JsonRenderResult result) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
contentType(String contentType) |
|
void |
encoding(String encoding) |
|
void |
header(String name, String value) |
|
void |
header(Map<String, String> nameAndValue) |
|
void |
headers(Map<String, String> namesAndValues) |
|
void |
status(int status) |
|
void |
status(int status, String message) |
|
void |
status(HttpStatus status) |
|
void |
status(HttpStatus status, String message) |