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 |
IdentityExpectationErrorTranslator.translate(ExpectationError e) |
Error |
AssertionErrorTranslator.translate(ExpectationError e) |
Copyright © 2003–2021 jMock. All rights reserved.