Uses of Interface
org.jmock.Sequence
Packages that use Sequence
Package
Description
The jMock "Domain-Specific Embedded Language" API.
Integrates jMock with JUnit 3.
This package contains internal implementation details.
-
Uses of Sequence in org.jmock
Modifier and TypeMethodDescriptionReturns a new sequence that is used to constrain the order in which expectations can occur.Modifier and TypeMethodDescriptionvoid
AbstractExpectations.inSequence
(Sequence sequence) void
AbstractExpectations.inSequences
(Sequence... sequences) -
Uses of Sequence in org.jmock.integration.junit3
Methods in org.jmock.integration.junit3 that return Sequence -
Uses of Sequence in org.jmock.internal
Classes in org.jmock.internal that implement SequenceMethods in org.jmock.internal with parameters of type SequenceModifier and TypeMethodDescriptionvoid
InvocationExpectationBuilder.addInSequenceOrderingConstraint
(Sequence sequence)