Uses of Interface
org.jmock.api.ExpectationCollector
-
Packages that use ExpectationCollector Package Description org.jmock The jMock "Domain-Specific Embedded Language" API.org.jmock.api The stable API that is used to extend jMock at its published plug-in points.org.jmock.internal This package contains internal implementation details.org.jmock.lib.concurrent Classes to help test concurrent code with jMock. -
-
Uses of ExpectationCollector in org.jmock
Methods in org.jmock with parameters of type ExpectationCollector Modifier and Type Method Description void
AbstractExpectations. buildExpectations(Action defaultAction, ExpectationCollector collector)
-
Uses of ExpectationCollector in org.jmock.api
Subinterfaces of ExpectationCollector in org.jmock.api Modifier and Type Interface Description interface
InvocationDispatcher
-
Uses of ExpectationCollector in org.jmock.internal
Methods in org.jmock.internal with parameters of type ExpectationCollector Modifier and Type Method Description void
ExpectationBuilder. buildExpectations(Action defaultAction, ExpectationCollector collector)
-
Uses of ExpectationCollector in org.jmock.lib.concurrent
Classes in org.jmock.lib.concurrent that implement ExpectationCollector Modifier and Type Class Description class
SynchronisingInvocationDispatcherWrapper
I synchronise my delegate.class
UnsynchronisedInvocationDispatcher
-