Uses of Class
org.jmock.api.ExpectationError
Packages that use ExpectationError
Package
Description
The jMock "Domain-Specific Embedded Language" API.
The stable API that is used to extend jMock at its published plug-in points.
Integrates jMock with JUnit 3.
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 ExpectationErrorModifier and TypeMethodDescriptionprivate ExpectationErrorMockery.mismatchDescribing(ExpectationError e) Methods in org.jmock with parameters of type ExpectationErrorModifier and TypeMethodDescriptionprivate ExpectationErrorMockery.mismatchDescribing(ExpectationError e) -
Uses of ExpectationError in org.jmock.api
Methods in org.jmock.api that return ExpectationErrorModifier and TypeMethodDescriptionstatic ExpectationErrorExpectationError.notAllSatisfied(org.hamcrest.SelfDescribing expectations) static ExpectationErrorExpectationError.unexpected(String message, Invocation invocation) Methods in org.jmock.api with parameters of type ExpectationErrorModifier and TypeMethodDescriptionExpectationErrorTranslator.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 -
Uses of ExpectationError in org.jmock.lib
Methods in org.jmock.lib with parameters of type ExpectationErrorModifier and TypeMethodDescriptionAssertionErrorTranslator.translate(ExpectationError e) IdentityExpectationErrorTranslator.translate(ExpectationError e)