org.kuali.rice.krms.framework
Class ActionMock
java.lang.Object
org.kuali.rice.krms.framework.ActionMock
- All Implemented Interfaces:
- Action
public class ActionMock
- extends Object
- implements Action
Used to help test agendas
- Author:
- gilesp
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionMock
public ActionMock(String name)
resetActionsFired
public static void resetActionsFired()
actionFired
public static boolean actionFired(String name)
execute
public void execute(ExecutionEnvironment environment)
- Specified by:
execute
in interface Action
executeSimulation
public void executeSimulation(ExecutionEnvironment environment)
- Specified by:
executeSimulation
in interface Action
- See Also:
Action.executeSimulation(org.kuali.rice.krms.api.engine.ExecutionEnvironment)
actionFired
public boolean actionFired()
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.