Interfaces
 InterfaceDescription
 ISequenceAction Interface that defines the requisite methods for the sequence classes.
 ISequencePend Interface defined by any step who's primary purpose is to pend (or wait) for an action to occur before continuing the test.
 ISequenceStep Interface describing a step in a sequence
Classes
 ClassDescription
 SequenceBindingWaiter The sequence setter class tells the TestCase instance to pend until the eventName occurs or the timeout expires.
 SequenceCaller A sequence step that calls a method
 SequenceDelay A sequence step that delays the sequence for a given time period.
 SequenceEventDispatcher The sequencer event dispatcher class is used by the TestCase sequence code to broadcast an event from a target.
 SequenceRunner Allows developer to add a series of steps, execute those steps in order, until the sequence is complete.
 SequenceSetter The sequence setter class tells the TestCase instance to set properties on the target.
 SequenceWaiter The sequence setter class tells the TestCase instance to pend until the eventName occurs or the timeout expires.