Package org.jmock.api
The stable API that is used to extend jMock at its published plug-in points.
-
Interface Summary Interface Description Action An object that fakes the behaviour of anInvocationExpectation.Expectation An object that matches, checks and fakes anInvocationExpectationErrorTranslator Translates expectation errors into error type used by a specific testing framework.Imposteriser An object that can creates a proxy of the given type to captureInvocations and pass them to anInvokableobject for mocking or stubbing.Invokable An object that can receive anInvocation.MockObjectNamingScheme Creates names for mock objects that have not explicitly been given a name.ThreadingPolicy -
Class Summary Class Description Invocation The static details about a method and the run-time details of its invocation. -
Error Summary Error Description ExpectationError An error thrown when an expectation is violated during a test.