Interface States
- All Superinterfaces:
org.hamcrest.SelfDescribing, StatesClause
- All Known Implementing Classes:
StateMachine
A state machine that is used to constrain the order of invocations.
An invocation can be constrained to occur when a state is, or is not, active.
-
Method Summary
Methods inherited from interface org.hamcrest.SelfDescribing
describeToMethods inherited from interface StatesClause
is, isNot
-
Method Details
-
startsAs
-
become
Put the state machine into state nextState.- Parameters:
nextState- The next state of the state machine.
-