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 and Description |
---|---|
void |
AbstractExpectations.when(StatePredicate predicate) |
Modifier and Type | Interface and Description |
---|---|
interface |
State |
Modifier and Type | Method and Description |
---|---|
StatePredicate |
StateMachine.isNot(String state) |
Constructor and Description |
---|
InStateOrderingConstraint(StatePredicate statePredicate) |
Modifier and Type | Method and 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 and Description |
---|---|
StatePredicate |
StatesClause.isNot(String name) |
Copyright © 2003–2021 jMock. All rights reserved.