org.jmock.api
Interface Action

All Superinterfaces:
Invokable, org.hamcrest.SelfDescribing
All Known Implementing Classes:
ActionSequence, CustomAction, DoAllAction, ReturnDefaultValueAction, ReturnEnumerationAction, ReturnIteratorAction, ReturnValueAction, ThrowAction, VoidAction

public interface Action
extends org.hamcrest.SelfDescribing, Invokable

An object that fakes the behaviour of an InvocationExpectation.


Method Summary
 
Methods inherited from interface org.hamcrest.SelfDescribing
describeTo
 
Methods inherited from interface org.jmock.api.Invokable
invoke
 



Copyright © 2003-2012 jMock. All Rights Reserved.