Uses of Interface
org.antublue.test.engine.internal.util.StateMachine.Action
Packages that use StateMachine.Action
-
Uses of StateMachine.Action in org.antublue.test.engine.internal.util
Methods in org.antublue.test.engine.internal.util with parameters of type StateMachine.ActionModifier 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