| Package | Description |
|---|---|
| org.wisdom.test.http |
Provides the classes used to simplify the test of HTTP Requests in blackbox test.
|
| Modifier and Type | Method and Description |
|---|---|
RequestBodyEntity |
RequestBodyEntity.body(com.fasterxml.jackson.databind.JsonNode body)
Sets the actual body content.
|
RequestBodyEntity |
HttpRequestWithBody.body(com.fasterxml.jackson.databind.JsonNode body)
Sets the content of the HTTP request to the given JSON body.
|
RequestBodyEntity |
RequestBodyEntity.body(String body)
Sets the actual body content.
|
RequestBodyEntity |
HttpRequestWithBody.body(String body)
Sets the content of the HTTP request to the given String body.
|
Copyright © 2013–2015 Wisdom Framework. All rights reserved.