| 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 |
|---|---|
GetRequest |
GetRequest.basicAuth(String username,
String password)
Configures the basic authentication.
|
GetRequest |
GetRequest.field(String name,
Object value)
Adds a query parameter.
|
GetRequest |
GetRequest.fields(Map<String,Object> parameters)
Adds a set of query parameters.
|
GetRequest |
GetRequest.noEncoding()
Disable the encoding of the response.
|
| Modifier and Type | Method and Description |
|---|---|
GetRequest |
WisdomBlackBoxTest.get(String url)
Creates a request using the 'GET' verb.
|
Copyright © 2013–2015 Wisdom Framework. All rights reserved.