| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Sequence |
Mockery.sequence(String name)
Returns a new sequence that is used to constrain the order in which
expectations can occur.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractExpectations.inSequence(Sequence sequence) |
void |
AbstractExpectations.inSequences(Sequence... sequences) |
| Modifier and Type | Method and Description |
|---|---|
Sequence |
MockObjectTestCase.sequence(String name)
Returns a new sequence that is used to constrain the order in which
expectations can occur.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NamedSequence
A sequence of expectations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InvocationExpectationBuilder.addInSequenceOrderingConstraint(Sequence sequence) |
Copyright © 2003–2022 jMock. All rights reserved.