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 ExpectationErrorTranslator
Mockery. expectationErrorTranslator
Methods in org.jmock with parameters of type ExpectationErrorTranslator Modifier and Type Method Description void
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 ExpectationErrorTranslator Modifier and Type Class Description class
JUnit3ErrorTranslator
TranslatesExpectationError
s into JUnit'sAssertionFailedError
s. -
Uses of ExpectationErrorTranslator in org.jmock.lib
Classes in org.jmock.lib that implement ExpectationErrorTranslator Modifier and Type Class Description class
AssertionErrorTranslator
TranslatesExpectationError
s intoAssertionError
s that several test frameworks, including JUnit 4 and TestNG, use to report errors.class
IdentityExpectationErrorTranslator
AnExpectationErrorTranslator
that doesn't do any translation.
-