| Package | Description |
|---|---|
| org.wisdom.test.http |
Provides the classes used to simplify the test of HTTP Requests in blackbox test.
|
| org.wisdom.test.parents |
| Class and Description |
|---|
| BaseRequest
The default code for all requests.
|
| Body |
| Callback
Callback structured used for async HTTP invocation such as
BaseRequest.asJsonAsync(Callback) or .BaseRequest#asStringAsync(Callback). |
| GetRequest
Creates a request using the GET verb.
|
| HttpRequest
A class allowing the instantiation of HTTP Requests.
|
| HttpRequestWithBody
A class making easy the creation of HTTP Request with a payload (body).
|
| HttpResponse
The response to a HTTP request.
|
| MultipartBody
An implementation of HTTP Request used to send the results from a form.
|
| Options.Option
The set of options.
|
| RequestBodyEntity
Represents the body contained in a HTTP Request (
HttpRequest). |
| Class and Description |
|---|
| GetRequest
Creates a request using the GET verb.
|
| HttpRequestWithBody
A class making easy the creation of HTTP Request with a payload (body).
|
Copyright © 2013–2014 Wisdom Framework. All rights reserved.