| Package | Description |
|---|---|
| org.wisdom.test.http |
Provides the classes used to simplify the test of HTTP Requests in blackbox test.
|
| org.wisdom.test.parents |
| Modifier and Type | Method and Description |
|---|---|
HttpRequestWithBody |
HttpRequestWithBody.basicAuth(String username,
String password)
Configures the authentication credentials.
|
HttpRequestWithBody |
HttpRequestWithBody.header(String name,
String value)
Adds a header to the request.
|
HttpRequestWithBody |
HttpRequestWithBody.headers(Map<String,String> headers)
Adds a set of headers to the headers of the request.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRequestWithBody |
WisdomBlackBoxTest.delete(String url)
Creates a 'DELETE' request.
|
HttpRequestWithBody |
WisdomBlackBoxTest.post(String url)
Creates a 'POST' request.
|
HttpRequestWithBody |
WisdomBlackBoxTest.put(String url)
Creates a 'PUT' request.
|
Copyright © 2013–2015 Wisdom Framework. All rights reserved.