Package com.netriser.xmltestsuite

This package contains resources for the XmlTestSuite package.

See:
          Description

Interface Summary
TestResourceInterface Superclass for resource objects.
 

Class Summary
BrowserResource This object represents a web browser.
ConfigurationResource Provides configuration data and test objects generated an xml file.
DBResource This class provides database resources to test objects.
DomainResource  
HttpResource Provides http and file resources to test objects.
Main This class provdes a main() for executing directly and a suite() method for use with junit runners.
MapResource Provides a variables mechanism for test objects.
ResourceFactory The factory class which handles resource creation and initialisation.
TestAll Test most parts of the package.
TestAll.XMLTestSetup  
TestFactory Provides configuration data and test objects generated an xml file.
TestMonitor This resouce is a Test listener.
TestResource Superclass for resource objects.
 

Exception Summary
NoResponseToProcess  
 

Package com.netriser.xmltestsuite Description

This package contains resources for the XmlTestSuite package.

XmlTestSuite has a set of loosely coupled classes that provide resouces to the test classes in com.netriser.xmltestsuite.testcases.

New resources can be added, provided that they implement TestResourceInterface

Main links the resources together, and provides Main.suite() so that the package can be invoked by a junit runner, and a main to that it can be invoked from the command line or a shell script