Uses of Class
org.antublue.test.engine.internal.util.StateMachineException
Packages that use StateMachineException
-
Uses of StateMachineException in org.antublue.test.engine.internal.util
Methods in org.antublue.test.engine.internal.util that throw StateMachineExceptionModifier and TypeMethodDescriptionStateMachine.definition(T state, StateMachine.Action<T> action, T... nextStates) Method to define a state, the action to perform when the state is encountered, and valid next statesvoidMethod to run the state machine