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 StateMachineInvocationDispatcher. 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. stateMachinesMethods in org.jmock.lib.concurrent that return StateMachine Modifier and Type Method Description StateMachineSynchronisingInvocationDispatcherWrapper. newStateMachine(java.lang.String name)StateMachineUnsynchronisedInvocationDispatcher. newStateMachine(java.lang.String name)
-