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.

Author:
nat

Method Summary
 void constrainAsNextInSequence(InvocationExpectation expectation)
           
 

Method Detail

constrainAsNextInSequence

void constrainAsNextInSequence(InvocationExpectation expectation)


Copyright © 2003-2012 jMock. All Rights Reserved.