Package de.oio.bugkilla.protocol

Summarizes the necessary classes those have to be to be installed in a J2EE application for notation user interactions.

See:
          Description

Interface Summary
Commandable The Commandable interface provides for sending commands to an instance that records TestSequences.
CommandVerifier  
 

Class Summary
CommandInterpreter A class waiting for incomming commads from a given InputStream to send these commands to its
given Commandable object.
CommandLanguage  
ComplexTestSpecification store all child elements
Cookie The Cookie store all Informations for one Cookie
Environment The Enviroment store the recording date and the recorded server
HttpRequest Represent one HttpRequest-Object
HttpResponse Represent one HttpResponse-Object
HttpSession Represent one Session-Object
Identity Unique Key for all instances of the test series hierarchy.
Scenario Represent one Scenario (child of TestSeries) with one or more TestSequence(s)
SimpleCommandVerifier  
TestSequence Represent one TestSequence (child of Scenario) with one or more TestStep(s)
TestSeries Represent one TestSeries with one or more Scenario(s)
TestSpecification uses the Identity to store the identity of a test-element
TestStep Represent one Test-Step (child of TestSequence)
TraceOutputter  
UserInteraction  
 

Package de.oio.bugkilla.protocol Description

Summarizes the necessary classes those have to be to be installed in a J2EE application for notation user interactions. By means of 'Filtering' the requests sent for application and the Responses resulting from it are led at a Wrapper class, which encase the data of these objects into appropriate beans from the package protocol. The controlling of a notation procedure is made by the FilterManager as Commandable object (package protocol).
For encasing the data of a Response a special implementation of the class ServletOutputStream is used.

See Also:
de.oio.bugkilla.protocol


Copyright © Orientation in Objects GmbH. All Rights Reserved.