org.jmock.core
public interface InvocationDispatcher extends Verifiable, SelfDescribing
Modifier and Type | Method and Description |
---|---|
void |
add(Invokable invokable) |
void |
clear() |
java.lang.Object |
dispatch(Invocation invocation) |
void |
setDefaultStub(Stub newDefaultStub) |
verify
describeTo
java.lang.Object dispatch(Invocation invocation) throws java.lang.Throwable
java.lang.Throwable
void setDefaultStub(Stub newDefaultStub)
void add(Invokable invokable)
void clear()