Package org.jmock.core
Interface InvocationDispatcher
- All Superinterfaces:
SelfDescribing
,Verifiable
- All Known Implementing Classes:
AbstractInvocationDispatcher
,FIFOInvocationDispatcher
,LIFOInvocationDispatcher
- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
clear()
dispatch
(Invocation invocation) void
setDefaultStub
(Stub newDefaultStub) Methods inherited from interface org.jmock.core.SelfDescribing
describeTo
Methods inherited from interface org.jmock.core.Verifiable
verify
-
Method Details
-
dispatch
- Throws:
Throwable
-
setDefaultStub
-
add
-
clear
void clear()
-