| Package | Description |
|---|---|
| org.wisdom.test.parents |
| Modifier and Type | Method and Description |
|---|---|
static Action |
Action.action(Invocation invocation)
Gets a new action using the given invocation.
|
Action |
Action.attribute(String name,
String value)
Sets a parameter.
|
Action |
Action.body(Object object)
Sets the body.
|
Action |
Action.header(String name,
String value)
Sets a header.
|
Action |
Action.parameter(String name,
boolean value)
Sets a parameter.
|
Action |
Action.parameter(String name,
int value)
Sets a parameter.
|
Action |
Action.parameter(String name,
String value)
Sets a parameter.
|
Action |
Action.with()
Just there for cosmetic reason.
|
Action |
Action.with(FakeContext context)
Sets the context of the action to the given context.
|
Copyright © 2013–2014 Wisdom Framework. All rights reserved.