Package org.jmock.lib.action
package org.jmock.lib.action
Actions that fake the behaviour of mocked invocations.
-
ClassesClassDescriptionReturns the next of a sequence of elements each time it is invoked.A partial implementation of the
Action
interface that makes it convenient to implement application-specific actions with inline anonymous classes.Performs multiple actions every time it is invoked.Returns anEnumeration
over a collection.Returns anIterator
over a collection.Returns a value.Throws an exception.Returns nothing from a void method.