Inheritance diagram for osgUtx::TestSuite:

Public Member Functions | |
| TestSuite (const std::string &name) | |
| void | add (Test *pTest) |
| Adds a Test to the suite. | |
| Test * | findChild (const std::string &name) |
| virtual bool | accept (Test::Visitor &v) |
Protected Types | |
| typedef std::vector< osg::ref_ptr< Test > > | Tests |
Protected Member Functions | |
| virtual | ~TestSuite () |
Protected Attributes | |
| Tests | _tests |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Adds a Test to the suite.
|
|
|
|
|
|
|