See: Description
Class | Description |
---|---|
ActionSequence |
Returns the next of a sequence of elements each time it is invoked.
|
CustomAction |
A partial implementation of the
Action interface that makes it convenient
to implement application-specific actions with inline anonymous classes. |
DoAllAction |
Performs multiple actions every time it is invoked.
|
ReturnEnumerationAction |
Returns an
Enumeration over a collection. |
ReturnIteratorAction |
Returns an
Iterator over a collection. |
ReturnValueAction |
Returns a value.
|
ThrowAction |
Throws an exception.
|
VoidAction |
Returns nothing from a void method.
|
Actions that fake the behaviour of mocked invocations.
Copyright © 2003–2018 jMock. All rights reserved.