Package | Description |
---|---|
org.jmock |
The jMock "Domain-Specific Embedded Language" API.
|
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 |
---|---|
void |
Mockery.setExpectationErrorTranslator(ExpectationErrorTranslator expectationErrorTranslator)
Changes the expectation error translator used to translate expectation
errors into errors that report test failures.
|
Modifier and Type | Class and Description |
---|---|
class |
JUnit3ErrorTranslator
Translates
ExpectationError s into JUnit's
AssertionFailedError s. |
Modifier and Type | Class and Description |
---|---|
class |
AssertionErrorTranslator
Translates
ExpectationError s into
AssertionError s that several
test frameworks, including JUnit 4 and TestNG, use to report
errors. |
class |
IdentityExpectationErrorTranslator
An
ExpectationErrorTranslator that doesn't do any translation. |
Copyright © 2003–2021 jMock. All rights reserved.