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.Object
Mockery.MockObject. captureExpectationTo(ExpectationCapture capture)
-
Uses of ExpectationCapture in org.jmock.internal
Classes in org.jmock.internal that implement ExpectationCapture Modifier and Type Class Description class
InvocationExpectationBuilder
Fields in org.jmock.internal declared as ExpectationCapture Modifier and Type Field Description private ExpectationCapture
InvocationToExpectationTranslator. capture
Methods in org.jmock.internal with parameters of type ExpectationCapture Modifier and Type Method Description java.lang.Object
CaptureControl. captureExpectationTo(ExpectationCapture capture)
Constructors in org.jmock.internal with parameters of type ExpectationCapture Constructor Description InvocationToExpectationTranslator(ExpectationCapture capture, Action defaultAction)
-