Uses of Interface
org.jmock.States
Packages that use States
Package
Description
The jMock "Domain-Specific Embedded Language" API.
Integrates jMock with JUnit 3.
This package contains internal implementation details.
Implementations of the core interfaces that are used to adjust or extend jMock's basic
functionality.
-
Uses of States in org.jmock
-
Uses of States in org.jmock.integration.junit3
Methods in org.jmock.integration.junit3 that return States -
Uses of States in org.jmock.internal
Classes in org.jmock.internal that implement StatesMethods in org.jmock.internal that return States -
Uses of States in org.jmock.lib
Subclasses with type arguments of type States in org.jmock.libMethods in org.jmock.lib that return types with arguments of type StatesModifier and TypeMethodDescriptionstatic 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 StatesModifier and TypeMethodDescriptionprotected voidCurrentStateMatcher.describeMismatchSafely(States stateMachine, org.hamcrest.Description mismatchDescription) booleanCurrentStateMatcher.matchesSafely(States stateMachine)