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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
constrainAsNextInSequence(InvocationExpectation expectation)
-
-
-
Method Detail
-
constrainAsNextInSequence
void constrainAsNextInSequence(InvocationExpectation expectation)
-
-