Package org.jmock.api

Interface ExpectationCollector

All Known Subinterfaces:
InvocationDispatcher
All Known Implementing Classes:
SynchronisingInvocationDispatcherWrapper, UnsynchronisedInvocationDispatcher

public interface ExpectationCollector
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(Expectation expectation)
     
  • Method Details