Package org.jmock.core
Class LIFOInvocationDispatcher
- java.lang.Object
-
- org.jmock.core.AbstractInvocationDispatcher
-
- org.jmock.core.LIFOInvocationDispatcher
-
- All Implemented Interfaces:
InvocationDispatcher
,SelfDescribing
,Verifiable
public class LIFOInvocationDispatcher extends AbstractInvocationDispatcher
-
-
Field Summary
-
Fields inherited from class org.jmock.core.AbstractInvocationDispatcher
defaultStub, invokables, NO_EXPECTATIONS_MESSAGE
-
-
Constructor Summary
Constructors Constructor Description LIFOInvocationDispatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Iterator
dispatchOrder(java.util.List invokablesList)
-
Methods inherited from class org.jmock.core.AbstractInvocationDispatcher
add, clear, describeTo, dispatch, setDefaultStub, verify
-
-
-
-
Method Detail
-
dispatchOrder
protected java.util.Iterator dispatchOrder(java.util.List invokablesList)
- Specified by:
dispatchOrder
in classAbstractInvocationDispatcher
-
-