Uses of Class
org.jmock.api.ExpectationError
-
Packages that use ExpectationError Package Description org.jmock The jMock "Domain-Specific Embedded Language" API.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
Methods in org.jmock that return ExpectationError Modifier and Type Method Description private ExpectationErrorMockery. mismatchDescribing(ExpectationError e)Methods in org.jmock with parameters of type ExpectationError Modifier and Type Method Description private ExpectationErrorMockery. mismatchDescribing(ExpectationError e) -
Uses of ExpectationError in org.jmock.api
Methods in org.jmock.api that return ExpectationError Modifier and Type Method Description static ExpectationErrorExpectationError. notAllSatisfied(org.hamcrest.SelfDescribing expectations)static ExpectationErrorExpectationError. unexpected(java.lang.String message, Invocation invocation)Methods in org.jmock.api with parameters of type ExpectationError Modifier and Type Method Description java.lang.ErrorExpectationErrorTranslator. translate(ExpectationError e)Translates the givenExpectationErrorinto 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.ErrorJUnit3ErrorTranslator. 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.ErrorAssertionErrorTranslator. translate(ExpectationError e)java.lang.ErrorIdentityExpectationErrorTranslator. translate(ExpectationError e)
-