Uses of Interface
org.jmock.States
-
Packages that use States Package Description org.jmock The jMock "Domain-Specific Embedded Language" API.org.jmock.integration.junit3 Integrates jMock with JUnit 3.org.jmock.internal This package contains internal implementation details.org.jmock.lib Implementations of the core interfaces that are used to adjust or extend jMock's basic functionality. -
-
Uses of States in org.jmock
Methods in org.jmock that return States Modifier and Type Method Description StatesStates. startsAs(String initialState)Put the state machine into state initialState.StatesMockery. states(String name)Returns a new state machine that is used to constrain the order in which expectations can occur. -
Uses of States in org.jmock.integration.junit3
Methods in org.jmock.integration.junit3 that return States Modifier and Type Method Description StatesMockObjectTestCase. states(String name)Returns a new state machine that is used to constrain the order in which expectations can occur. -
Uses of States in org.jmock.internal
Classes in org.jmock.internal that implement States Modifier and Type Class Description classStateMachineMethods in org.jmock.internal that return States Modifier and Type Method Description StatesStateMachine. startsAs(String initialState) -
Uses of States in org.jmock.lib
Methods in org.jmock.lib that return types with arguments of type States Modifier and Type Method Description static org.hamcrest.Matcher<States>CurrentStateMatcher. isCurrently(String stateName)static org.hamcrest.Matcher<States>CurrentStateMatcher. isNotCurrently(String stateName)Methods in org.jmock.lib with parameters of type States Modifier and Type Method Description protected voidCurrentStateMatcher. describeMismatchSafely(States stateMachine, org.hamcrest.Description mismatchDescription)booleanCurrentStateMatcher. matchesSafely(States stateMachine)
-