Package org.jmock.api
package org.jmock.api
The stable API that is used to extend jMock at its published plug-in points.
-
ClassDescriptionAn object that fakes the behaviour of an
InvocationExpectation
.An object that matches, checks and fakes anInvocation
An error thrown when an expectation is violated during a test.Translates expectation errors into error type used by a specific testing framework.An object that can creates a proxy of the given type to captureInvocation
s and pass them to anInvokable
object for mocking or stubbing.The static details about a method and the run-time details of its invocation.Support distinguish between building expectations and asserting against expectations.An object that can receive anInvocation
.Creates names for mock objects that have not explicitly been given a name.