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 | Description |
---|---|---|
static ScriptedAction |
ScriptedAction.perform(String script) |
Creates an action that performs the given script.
|
ScriptedAction |
ScriptedAction.where(String name,
Object value) |
Defines a variable that can be referred to by the script.
|
Copyright © 2003–2018 jMock. All rights reserved.