Uses of Class
org.jmock.lib.script.ScriptedAction
-
Packages that use ScriptedAction Package Description org.jmock.lib.script Plugins that make it easier to write custom actions by scripting their behaviour with BeanShell. -
-
Uses of ScriptedAction in org.jmock.lib.script
Methods in org.jmock.lib.script that return ScriptedAction Modifier and Type Method 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.
-