Uses of Class
org.jmock.internal.InvocationExpectation
-
Packages that use InvocationExpectation Package Description org.jmock The jMock "Domain-Specific Embedded Language" API.org.jmock.internal This package contains internal implementation details. -
-
Uses of InvocationExpectation in org.jmock
Methods in org.jmock with parameters of type InvocationExpectation Modifier and Type Method Description void
Sequence. constrainAsNextInSequence(InvocationExpectation expectation)
-
Uses of InvocationExpectation in org.jmock.internal
Fields in org.jmock.internal declared as InvocationExpectation Modifier and Type Field Description private InvocationExpectation
InvocationExpectationBuilder. expectation
Methods in org.jmock.internal with parameters of type InvocationExpectation Modifier and Type Method Description void
NamedSequence. constrainAsNextInSequence(InvocationExpectation expectation)
-