Uses of Interface
org.jmock.syntax.StatesClause
-
Packages that use StatesClause Package Description org.jmock The jMock "Domain-Specific Embedded Language" API.org.jmock.internal This package contains internal implementation details. -
-
Uses of StatesClause in org.jmock
Subinterfaces of StatesClause in org.jmock Modifier and Type Interface Description interface
States
A state machine that is used to constrain the order of invocations. -
Uses of StatesClause in org.jmock.internal
Classes in org.jmock.internal that implement StatesClause Modifier and Type Class Description class
StateMachine
-