de.oio.bugkilla.recorder
Interface SequenceRecorder
- All Known Subinterfaces: 
- Recorder
- All Known Implementing Classes: 
- RecorderManager, SequenceRecorderTestHelper, StandAloneRecorderServer
- public interface SequenceRecorder
The SequenceRecorder interface should be implemented by each 
 class whose instances are intended to memorize a TestSequence. The method
 recordSequence should guarantee that the given TestSequence
 object will be stored in a sequences pool. While storing TestSequence
 instances a SequenceRecorder must register a new sequence in the use of
 creating a new Identity for each TestSequence instance. Given
 TestSequence identities will be overwritten.
- Author:
- swinkler
 
recordSequence
public void recordSequence(TestSequence sequence)
- Stores the given sequence. While storing it a SequenceRecorder 
 must register a new sequence in the use of creating a the given
 TestSequence instance. A possibly given TestSequence identity will be
 overwritten.
 
- 
- Parameters:
- sequence- a new TestSequence object to store.
 
Copyright © Orientation in Objects GmbH. All Rights Reserved.