Package | Description |
---|---|
org.jmock.lib.script |
Plugins that make it easier to write custom actions by scripting their
behaviour with BeanShell.
|
Modifier and Type | Method and Description |
---|---|
static ScriptedAction |
ScriptedAction.perform(java.lang.String script)
Creates an action that performs the given script.
|
ScriptedAction |
ScriptedAction.where(java.lang.String name,
java.lang.Object value)
Defines a variable that can be referred to by the script.
|