Uses of Interface
org.jmock.internal.ExpectationCapture
-
Packages that use ExpectationCapture Package Description org.jmock The jMock "Domain-Specific Embedded Language" API.org.jmock.internal This package contains internal implementation details. -
-
Uses of ExpectationCapture in org.jmock
Methods in org.jmock with parameters of type ExpectationCapture Modifier and Type Method Description java.lang.ObjectMockery.MockObject. captureExpectationTo(ExpectationCapture capture) -
Uses of ExpectationCapture in org.jmock.internal
Classes in org.jmock.internal that implement ExpectationCapture Modifier and Type Class Description classInvocationExpectationBuilderFields in org.jmock.internal declared as ExpectationCapture Modifier and Type Field Description private ExpectationCaptureInvocationToExpectationTranslator. captureMethods in org.jmock.internal with parameters of type ExpectationCapture Modifier and Type Method Description java.lang.ObjectCaptureControl. captureExpectationTo(ExpectationCapture capture)Constructors in org.jmock.internal with parameters of type ExpectationCapture Constructor Description InvocationToExpectationTranslator(ExpectationCapture capture, Action defaultAction)
-