Package org.jmock.core

Interface Summary

Constraint A constraint over acceptable values.
DynamicMock
InvocationDispatcher
InvocationMatcher
InvocationMocker.Describer
Invokable
SelfDescribing An object that can describe itself.
Stub An object that stubs the behaviour of a invokedMethod invocation on behalf of an Invokable object.
StubMatchersCollection
Verifiable A Verifiable is an object that can confirm at the end of a unit test that the correct behvaiour has occurred.

Class Summary

AbstractDynamicMock
CoreMock
DynamicMockError
FIFOInvocationDispatcher
Formatting
Invocation A "dumb struct" that holds information about an invocation dispatched to a Mock object.
InvocationMocker
LIFOInvocationDispatcher
MockObjectSupportTestCase
VerifyingTestCase A TestCase that verifies Verifiable fields and registered Verifiable objects after the test has run and before the fixture has been torn down.