Package org.jmock
Interface Sequence
- All Known Implementing Classes:
NamedSequence
public interface Sequence
A sequence of expectations; invocations can be constrained to occur in a strict
order defined by a sequence.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
constrainAsNextInSequence
(InvocationExpectation expectation)
-
Method Details
-
constrainAsNextInSequence
-