Package org.jmock.api
Interface Action
-
- All Superinterfaces:
Invokable
,org.hamcrest.SelfDescribing
- All Known Implementing Classes:
ActionSequence
,CustomAction
,DoAllAction
,ReturnDefaultValueAction
,ReturnEnumerationAction
,ReturnIteratorAction
,ReturnValueAction
,ScriptedAction
,ThrowAction
,VoidAction
public interface Action extends org.hamcrest.SelfDescribing, Invokable
An object that fakes the behaviour of anInvocationExpectation
.