| Package | Description |
|---|---|
| org.jmock.api |
The stable API that is used to extend jMock at its published plug-in points.
|
| org.jmock.integration.junit3 |
Integrates jMock with JUnit 3.
|
| org.jmock.lib |
Implementations of the core interfaces that are used to adjust or extend jMock's basic
functionality.
|
| Modifier and Type | Method and Description |
|---|---|
static ExpectationError |
ExpectationError.notAllSatisfied(org.hamcrest.SelfDescribing expectations) |
static ExpectationError |
ExpectationError.unexpected(String message,
Invocation invocation) |
| Modifier and Type | Method and Description |
|---|---|
Error |
ExpectationErrorTranslator.translate(ExpectationError e)
Translates the given
ExpectationError into an error
type compatible with another testing framework. |
| Modifier and Type | Method and Description |
|---|---|
Error |
JUnit3ErrorTranslator.translate(ExpectationError e) |
| Modifier and Type | Method and Description |
|---|---|
Error |
AssertionErrorTranslator.translate(ExpectationError e) |
Error |
IdentityExpectationErrorTranslator.translate(ExpectationError e) |
Copyright © 2003–2017 jMock. All rights reserved.