public interface States extends org.hamcrest.SelfDescribing, StatesClause
States startsAs(String initialState)
initialState
- The initial state of the state machine.void become(String nextState)
nextState
- The next state of the state machine.Copyright © 2003-2017 jMock. All Rights Reserved.