Uses of Interface
org.jmock.Sequence

Packages that use Sequence
org.jmock   
org.jmock.internal   
 

Uses of Sequence in org.jmock
 

Methods in org.jmock that return Sequence
 Sequence Mockery.sequence(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
 void Expectations.inSequence(Sequence sequence)
           
 void Expectations.inSequences(Sequence... sequences)
           
 

Uses of Sequence in org.jmock.internal
 

Classes in org.jmock.internal that implement Sequence
 class NamedSequence
          A sequence of expectations.
 

Methods in org.jmock.internal with parameters of type Sequence
 void InvocationExpectationBuilder.addInSequenceOrderingConstraint(Sequence sequence)
           
 



Copyright © 2003-2012 jMock. All Rights Reserved.