Package org.jmock.lib.action

Class Summary
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.
 



Copyright © 2003-2012 jMock. All Rights Reserved.