Uses of Class
org.jmock.api.ExpectationError
-
Packages that use ExpectationError Package Description org.jmock.api The stable API that is used to extend jMock at its published plug-in points.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 ExpectationError in org.jmock.api
Methods in org.jmock.api that return ExpectationError Modifier and Type Method Description static ExpectationError
ExpectationError. notAllSatisfied(org.hamcrest.SelfDescribing expectations)
static ExpectationError
ExpectationError. unexpected(java.lang.String message, Invocation invocation)
Methods in org.jmock.api with parameters of type ExpectationError Modifier and Type Method Description java.lang.Error
ExpectationErrorTranslator. translate(ExpectationError e)
Translates the givenExpectationError
into an error type compatible with another testing framework. -
Uses of ExpectationError in org.jmock.integration.junit3
Methods in org.jmock.integration.junit3 with parameters of type ExpectationError Modifier and Type Method Description java.lang.Error
JUnit3ErrorTranslator. translate(ExpectationError e)
-
Uses of ExpectationError in org.jmock.lib
Methods in org.jmock.lib with parameters of type ExpectationError Modifier and Type Method Description java.lang.Error
AssertionErrorTranslator. translate(ExpectationError e)
java.lang.Error
IdentityExpectationErrorTranslator. translate(ExpectationError e)
-