Package org.jmock.syntax
Interface StatesClause
-
- All Known Subinterfaces:
States
- All Known Implementing Classes:
StateMachine
public interface StatesClause
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description State
is(String name)
StatePredicate
isNot(String name)
-
-
-
Method Detail
-
isNot
StatePredicate isNot(String name)
-
-