PackageDescription: BRITE(Bundle)


BRITE

Last published: September 15, 2003 by 'morriss'

No bundle comment found. Component comments follow

PackageDescription: TestToolSystemExtensions

This package defines the TestTool namespace and contains all of the class extensions required for proper operation of the test tool. Class extensions that are specific to the current instance of GUI front end are kept in the GUI prerequisites package.

PackageDescription: TestToolCoreObjects

This package contains definitions and core behaviour of the test tool domain objects. It also defines the abstract interface for the notion of a data source and data source transaction. This interface is defined to make it easier for data source implementors to implement novel types of data sources.

PackageDescription: TestToolReportWriting

This package manages the writing of test objects (and execution results) to XML. The XML is used for storage/rendering purposes.

PackageDescription: TestToolDB2DataSource

This package implements a data source for the test tool that is compatible with the previous version of the test tool. Soon to be thrown out.

PackageDescription: TestToolVersionedDataSource

A versioning data source implementation based on file system storage.

PackageDescription: TestToolGuiPrereqs

This package extends core classes to provide functonality required by the test tool and defines (infrastructure) classes used by the tool.

PackageDescription: TestToolCommands

This package contains all of the menu item behaviour (i.e. the user actions). These are usually defined in terms of functionality provided by the core application classes. Most of the classes contained within are subclasses of the abstract class TestTool.Gui.TestToolCommand, contained in TestToolGuiPrereqs. The only exception is the class TestToolMenuSupplier, which acts as a factory object, supplying built menus to the test tool.

PackageDescription: TestToolGui

This package provides the core views and behaviour for the test tool. It also extends the core test tool domain objects with convenience methods.