Performs a state-transition action on the system.
author: Matt Albrecht groboclown@users.sourceforge.net version: $Date: 2003/02/10 22:52:24 $ since: June 12, 2002
Method Summary
public void
performAction(ISystem system, IErrors errors) Execute a transition action on system, registering any
encountered errors in errors.
Execute a transition action on system, registering any
encountered errors in errors.
Parameters: system - the system-under-test's current state. Parameters: errors - container allowing registration of errors or warnings.