Package org.jmock.api
Interface ExpectationCollector
-
- All Known Subinterfaces:
InvocationDispatcher
- All Known Implementing Classes:
SynchronisingInvocationDispatcherWrapper
,UnsynchronisedInvocationDispatcher
public interface ExpectationCollector
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
add(Expectation expectation)
-
-
-
Method Detail
-
add
void add(Expectation expectation)
-
-