| Package | Description |
|---|---|
| org.wisdom.test.http |
Provides the classes used to simplify the test of HTTP Requests in blackbox test.
|
| Modifier and Type | Field and Description |
|---|---|
private static Map<Options.Option,Object> |
Options.options
The stored options.
|
| Modifier and Type | Method and Description |
|---|---|
static Options.Option |
Options.Option.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Options.Option[] |
Options.Option.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Object |
Options.getOption(Options.Option option)
Gets the value of an option.
|
static void |
Options.setOption(Options.Option option,
Object value)
Sets an option.
|
Copyright © 2013–2014 Wisdom Framework. All rights reserved.