Package | Description |
---|---|
org.jmock |
The jMock "Domain-Specific Embedded Language" API.
|
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 |
---|---|
private ExpectationError |
Mockery.mismatchDescribing(ExpectationError e) |
Modifier and Type | Method and Description |
---|---|
private ExpectationError |
Mockery.mismatchDescribing(ExpectationError e) |
Modifier and Type | Method and Description |
---|---|
static ExpectationError |
ExpectationError.notAllSatisfied(org.hamcrest.SelfDescribing expectations) |
static ExpectationError |
ExpectationError.unexpected(java.lang.String message,
Invocation invocation) |
Modifier and Type | Method and Description |
---|---|
java.lang.Error |
ExpectationErrorTranslator.translate(ExpectationError e)
Translates the given
ExpectationError into an error
type compatible with another testing framework. |
Modifier and Type | Method and Description |
---|---|
java.lang.Error |
JUnit3ErrorTranslator.translate(ExpectationError e) |
Modifier and Type | Method and Description |
---|---|
java.lang.Error |
AssertionErrorTranslator.translate(ExpectationError e) |
java.lang.Error |
IdentityExpectationErrorTranslator.translate(ExpectationError e) |