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 States
States. startsAs(java.lang.String initialState)
Put the state machine into state initialState.States
Mockery. states(java.lang.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 States
MockObjectTestCase. states(java.lang.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 class
StateMachine
Methods in org.jmock.internal that return States Modifier and Type Method Description States
StateMachine. startsAs(java.lang.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(java.lang.String stateName)
static org.hamcrest.Matcher<States>
CurrentStateMatcher. isNotCurrently(java.lang.String stateName)
Methods in org.jmock.lib with parameters of type States Modifier and Type Method Description protected void
CurrentStateMatcher. describeMismatchSafely(States stateMachine, org.hamcrest.Description mismatchDescription)
boolean
CurrentStateMatcher. matchesSafely(States stateMachine)
-