Package de.oio.bugkilla.recorder

Encases the functionylity for the receiving of TestStep objects and summarizing of these to a TestSequence by means of the class de.oio.bugkilla.management.PersistenceManager.

See:
          Description

Interface Summary
Recorder An interface representing the features of a Commandable and a SequenceRecorder.
SequenceRecorder The SequenceRecorder interface should be implemented by each class whose instances are intended to memorize a TestSequence.
 

Class Summary
Connected  
EndSignalExpected  
NotConnected  
NoUserInteraction  
RecorderManager  
RecorderState  
SimpleRecorderServer Opens a socket and waits for TestSteps being sent form a Splitter module.
StandAloneRecorderServer 1. open a ServerSocket(port 5454) to receive the command from the eclpise-bugkilla-plugin
2. open a ServerSocket(port 5555) to communicate with the splitter.
TestDataReceiver  
UserInteractionExpected  
 

Package de.oio.bugkilla.recorder Description

Encases the functionylity for the receiving of TestStep objects and summarizing of these to a TestSequence by means of the class de.oio.bugkilla.management.PersistenceManager.
A recorder represents a component that can note sequences. Their control is effected via instructions. The class SimpleRecorderServer implements this interface and can be steered as a Commandable object. At the same time it offers functionality to put by the StepReceiver received TestStep objects down in a TestSequence in summary persistent.

See Also:
de.oio.bugkilla.management


Copyright © Orientation in Objects GmbH. All Rights Reserved.