|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use States | |
|---|---|
| org.jmock | |
| org.jmock.internal | |
| org.jmock.lib | |
| Uses of States in org.jmock |
|---|
| Methods in org.jmock that return States | |
|---|---|
States |
States.startsAs(String initialState)
Put the state machine into state initialState. |
States |
Mockery.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 | |
|---|---|
class |
StateMachine
|
| Methods in org.jmock.internal that return States | |
|---|---|
States |
StateMachine.startsAs(String initialState)
|
| Uses of States in org.jmock.lib |
|---|
| Methods in org.jmock.lib that return types with arguments of type States | |
|---|---|
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 | |
|---|---|
protected void |
CurrentStateMatcher.describeMismatchSafely(States stateMachine,
org.hamcrest.Description mismatchDescription)
|
boolean |
CurrentStateMatcher.matchesSafely(States stateMachine)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||