Uses of Class
org.antublue.test.engine.internal.test.util.StateMachine
-
Packages that use StateMachine Package Description org.antublue.test.engine.internal.test.util -
-
Uses of StateMachine in org.antublue.test.engine.internal.test.util
Methods in org.antublue.test.engine.internal.test.util that return StateMachine Modifier and Type Method Description StateMachine<T>StateMachine. afterEach(StateMachine.Action<T> afterEachAction)Method to add an afterEach actionStateMachine<T>StateMachine. define(T source, StateMachine.Action<T> action, T... targets)Method to define a state, the action to perform, and possible target statesStateMachine<T>StateMachine. end(T end, StateMachine.Action<T> endAction)Method to set the end state and action
-