Package | Description |
---|---|
org.jmock |
The jMock "Domain-Specific Embedded Language" API.
|
org.jmock.internal |
This package contains internal implementation details.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Mockery.addExpectation(Expectation expectation) |
Adds an expected invocation that the object under test will perform upon
objects in its context during the test.
|
Modifier and Type | Class | Description |
---|---|---|
class |
InvocationExpectation |
An expectation of zero or more matching invocations.
|
Modifier and Type | Method | Description |
---|---|---|
Expectation |
InvocationExpectationBuilder.toExpectation(Action defaultAction) |
Modifier and Type | Method | Description |
---|---|---|
void |
ExpectationCollector.add(Expectation expectation) |
|
void |
InvocationDispatcher.add(Expectation expectation) |
Constructor | Description |
---|---|
InvocationDispatcher(Collection<Expectation> theExpectations,
Collection<StateMachine> theStateMachines) |
Copyright © 2003–2018 jMock. All rights reserved.