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 | 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 | Description |
---|---|---|
void |
AbstractExpectations.inSequence(Sequence sequence) |
|
void |
AbstractExpectations.inSequences(Sequence... sequences) |
Modifier and Type | Method | 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 | Description |
---|---|---|
class |
NamedSequence |
A sequence of expectations.
|
Modifier and Type | Method | Description |
---|---|---|
void |
InvocationExpectationBuilder.addInSequenceOrderingConstraint(Sequence sequence) |
Copyright © 2003–2018 jMock. All rights reserved.