public interface States extends org.hamcrest.SelfDescribing, StatesClause
| Modifier and Type | Method and Description |
|---|---|
void |
become(java.lang.String nextState)
Put the state machine into state nextState.
|
States |
startsAs(java.lang.String initialState)
Put the state machine into state initialState.
|
is, isNotStates startsAs(java.lang.String initialState)
initialState - The initial state of the state machine.void become(java.lang.String nextState)
nextState - The next state of the state machine.