| Interface | Description |
|---|---|
| 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 | Description |
|---|---|
| AbstractDynamicMock | |
| AbstractInvocationDispatcher | |
| CoreMock | |
| FIFOInvocationDispatcher | |
| Formatting | |
| Invocation |
The static details about a method and the run-time details of its invocation.
|
| 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. |
| Error | Description |
|---|---|
| DynamicMockError |