Uses of Interface
org.jmock.Sequence
-
Packages that use Sequence Package Description org.jmock The jMock "Domain-Specific Embedded Language" API.org.jmock.integration.junit3 Integrates jMock with JUnit 3.org.jmock.internal This package contains internal implementation details. -
-
Uses of Sequence in org.jmock
Methods in org.jmock that return Sequence Modifier and Type Method Description Sequence
Mockery. sequence(java.lang.String name)
Returns a new sequence that is used to constrain the order in which expectations can occur.Methods in org.jmock with parameters of type Sequence Modifier and Type Method Description void
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 Modifier and Type Method Description Sequence
MockObjectTestCase. sequence(java.lang.String name)
Returns a new sequence that is used to constrain the order in which expectations can occur. -
Uses of Sequence in org.jmock.internal
Classes in org.jmock.internal that implement Sequence Modifier and Type Class Description class
NamedSequence
A sequence of expectations.Methods in org.jmock.internal with parameters of type Sequence Modifier and Type Method Description void
InvocationExpectationBuilder. addInSequenceOrderingConstraint(Sequence sequence)
-