Package | Description |
---|---|
org.jmock |
The jMock "Domain-Specific Embedded Language" API.
|
org.jmock.internal |
This package contains internal implementation details.
|
Modifier and Type | Method and 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 and Description |
---|---|
class |
InvocationExpectation
An expectation of zero or more matching invocations.
|
Modifier and Type | Method and Description |
---|---|
Expectation |
InvocationExpectationBuilder.toExpectation(Action defaultAction) |
Modifier and Type | Method and Description |
---|---|
void |
ExpectationCollector.add(Expectation expectation) |
void |
InvocationDispatcher.add(Expectation expectation) |
Copyright © 2003–2018 jMock. All rights reserved.