Uses of Class
org.jmock.internal.StateMachine
-
Packages that use StateMachine Package Description org.jmock.api The stable API that is used to extend jMock at its published plug-in points.org.jmock.lib.concurrent Classes to help test concurrent code with jMock. -
-
Uses of StateMachine in org.jmock.api
Methods in org.jmock.api that return StateMachine Modifier and Type Method Description StateMachine
InvocationDispatcher. newStateMachine(java.lang.String name)
-
Uses of StateMachine in org.jmock.lib.concurrent
Fields in org.jmock.lib.concurrent with type parameters of type StateMachine Modifier and Type Field Description private java.util.Collection<StateMachine>
UnsynchronisedInvocationDispatcher. stateMachines
Methods in org.jmock.lib.concurrent that return StateMachine Modifier and Type Method Description StateMachine
SynchronisingInvocationDispatcherWrapper. newStateMachine(java.lang.String name)
StateMachine
UnsynchronisedInvocationDispatcher. newStateMachine(java.lang.String name)
-