| 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 |
|---|---|
MultipartBody |
MultipartBody.basicAuth(String username,
String password)
Sets the basic authentication.
|
MultipartBody |
MultipartBody.field(String name,
File file)
Adds an upload file.
|
MultipartBody |
HttpRequestWithBody.field(String name,
File file)
Adds a 'upload' file to the request.
|
MultipartBody |
HttpRequestWithBody.field(String name,
Object value)
Adds a form's field to the request.
|
MultipartBody |
MultipartBody.field(String name,
String value)
Adds a field.
|
MultipartBody |
HttpRequestWithBody.fields(Map<String,Object> parameters)
Adds form's fields to the request.
|
Copyright © 2013–2015 Wisdom Framework. All rights reserved.