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