| Package | Description |
|---|---|
| org.jmock |
The jMock "Domain-Specific Embedded Language" API.
|
| org.jmock.internal |
This package contains internal implementation details.
|
| org.jmock.lib.concurrent |
Classes to help test concurrent code with jMock.
|
| org.jmock.syntax |
Interfaces that define jMock's Domain Specific Embedded Language.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
AbstractExpectations.when(StatePredicate predicate) |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
State |
| Modifier and Type | Method | Description |
|---|---|---|
StatePredicate |
StateMachine.isNot(String state) |
| Constructor | Description |
|---|---|
InStateOrderingConstraint(StatePredicate statePredicate) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Synchroniser.waitUntil(StatePredicate p) |
Waits for a StatePredicate to become active.
|
void |
Synchroniser.waitUntil(StatePredicate p,
long timeoutMs) |
Waits up to a timeout for a StatePredicate to become active.
|
| Modifier and Type | Method | Description |
|---|---|---|
StatePredicate |
StatesClause.isNot(String name) |
Copyright © 2003–2018 jMock. All rights reserved.