Uses of Class
org.antublue.test.engine.internal.util.StateMachine
Packages that use StateMachine
-
Uses of StateMachine in org.antublue.test.engine.internal.util
Methods in org.antublue.test.engine.internal.util that return StateMachineModifier and TypeMethodDescriptionStateMachine.afterEach(StateMachine.Action<T> afterEachAction) Method to add an afterEach actionStateMachine.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 statesStateMachine.end(T state, StateMachine.Action<T> action) Method to set the end state and action