Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

osgUtx::TestSuite Class Reference

A TestSuite is the composite component of the Composite pattern, and allows aggregation of Tests into hierarchies. More...

Inheritance diagram for osgUtx::TestSuite:

Inheritance graph
[legend]
List of all members.

Public Methods

 TestSuite (const std::string &name)
void add (Test *pTest)
 Adds a Test to the suite.

TestfindChild (const std::string &name)
virtual bool accept (Test::Visitor &v)

Detailed Description

A TestSuite is the composite component of the Composite pattern, and allows aggregation of Tests into hierarchies.


Constructor & Destructor Documentation

osgUtx::TestSuite::TestSuite const std::string &    name
 


Member Function Documentation

virtual bool osgUtx::TestSuite::accept Test::Visitor   v [virtual]
 

void osgUtx::TestSuite::add Test   pTest
 

Adds a Test to the suite.

Test* osgUtx::TestSuite::findChild const std::string &    name
 

Returns:
The immediate child denoted by name, or 0 if not found.


The documentation for this class was generated from the following file:
Generated at Wed Sep 18 13:56:03 2002 for the Open Scene Graph by doxygen 1.2.16.