org.jmock.core
Interface InvocationDispatcher
- All Superinterfaces:
- SelfDescribing, Verifiable
- All Known Implementing Classes:
- AbstractInvocationDispatcher, FIFOInvocationDispatcher, LIFOInvocationDispatcher
public interface InvocationDispatcher
- extends Verifiable, SelfDescribing
- Since:
- 1.0
dispatch
java.lang.Object dispatch(Invocation invocation)
throws java.lang.Throwable
- Throws:
java.lang.Throwable
setDefaultStub
void setDefaultStub(Stub newDefaultStub)
add
void add(Invokable invokable)
clear
void clear()