Uses of Interface
org.jmock.api.ExpectationErrorTranslator
-
Packages that use ExpectationErrorTranslator 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. -
-
Uses of ExpectationErrorTranslator in org.jmock
Fields in org.jmock declared as ExpectationErrorTranslator Modifier and Type Field Description private ExpectationErrorTranslatorMockery. expectationErrorTranslatorMethods in org.jmock with parameters of type ExpectationErrorTranslator Modifier and Type Method Description voidMockery. 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 ExpectationErrorTranslator Modifier and Type Class Description classJUnit3ErrorTranslatorTranslatesExpectationErrors into JUnit'sAssertionFailedErrors. -
Uses of ExpectationErrorTranslator in org.jmock.lib
Classes in org.jmock.lib that implement ExpectationErrorTranslator Modifier and Type Class Description classAssertionErrorTranslatorTranslatesExpectationErrors intoAssertionErrors that several test frameworks, including JUnit 4 and TestNG, use to report errors.classIdentityExpectationErrorTranslatorAnExpectationErrorTranslatorthat doesn't do any translation.
-