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 ExpectationErrorTranslatorMockery.expectationErrorTranslatorMethods in org.jmock with parameters of type ExpectationErrorTranslatorModifier and TypeMethodDescriptionvoidMockery.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 TypeClassDescriptionclassTranslatesExpectationErrors into JUnit'sAssertionFailedErrors. -
Uses of ExpectationErrorTranslator in org.jmock.lib
Classes in org.jmock.lib that implement ExpectationErrorTranslatorModifier and TypeClassDescriptionclassTranslatesExpectationErrors intoAssertionErrors that several test frameworks, including JUnit 4 and TestNG, use to report errors.classAnExpectationErrorTranslatorthat doesn't do any translation.