Uses of Interface
org.jmock.api.ExpectationErrorTranslator
Packages that use ExpectationErrorTranslator
Package
Description
The jMock "Domain-Specific Embedded Language" API.
Integrates jMock with JUnit 3.
Implementations of the core interfaces that are used to adjust or extend jMock's basic
functionality.
-
Uses of ExpectationErrorTranslator in org.jmock
Fields in org.jmock declared as ExpectationErrorTranslatorModifier and TypeFieldDescriptionprivate ExpectationErrorTranslator
Mockery.expectationErrorTranslator
Methods in org.jmock with parameters of type ExpectationErrorTranslatorModifier and TypeMethodDescriptionvoid
Mockery.setExpectationErrorTranslator
(ExpectationErrorTranslator expectationErrorTranslator) Changes the expectation error translator used to translate expectation errors into errors that report test failures. -
Uses of ExpectationErrorTranslator in org.jmock.integration.junit3
Classes in org.jmock.integration.junit3 that implement ExpectationErrorTranslatorModifier and TypeClassDescriptionclass
TranslatesExpectationError
s into JUnit'sAssertionFailedError
s. -
Uses of ExpectationErrorTranslator in org.jmock.lib
Classes in org.jmock.lib that implement ExpectationErrorTranslatorModifier and TypeClassDescriptionclass
TranslatesExpectationError
s intoAssertionError
s that several test frameworks, including JUnit 4 and TestNG, use to report errors.class
AnExpectationErrorTranslator
that doesn't do any translation.