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