Uses of Interface
org.jmock.internal.State
-
Packages that use State Package Description org.jmock The jMock "Domain-Specific Embedded Language" API.org.jmock.internal This package contains internal implementation details.org.jmock.syntax Interfaces that define jMock's Domain Specific Embedded Language. -
-
Uses of State in org.jmock
Methods in org.jmock with parameters of type State Modifier and Type Method Description voidAbstractExpectations. then(State state) -
Uses of State in org.jmock.internal
Fields in org.jmock.internal declared as State Modifier and Type Field Description private StateChangeStateSideEffect. stateMethods in org.jmock.internal that return State Modifier and Type Method Description StateStateMachine. is(java.lang.String state)Constructors in org.jmock.internal with parameters of type State Constructor Description ChangeStateSideEffect(State state) -
Uses of State in org.jmock.syntax
Methods in org.jmock.syntax that return State Modifier and Type Method Description StateStatesClause. is(java.lang.String name)
-