Inheritance diagram for osgUtx::TestSuite:
Public Member Functions | |
TestSuite (const std::string &name) | |
void | add (Test *pTest) |
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 |
typedef std::vector< osg::ref_ptr<Test> > osgUtx::TestSuite::Tests [protected] |
osgUtx::TestSuite::TestSuite | ( | const std::string & | name | ) |
virtual osgUtx::TestSuite::~TestSuite | ( | ) | [inline, protected, virtual] |
virtual bool osgUtx::TestSuite::accept | ( | Test::Visitor & | v | ) | [virtual] |
Implements osgUtx::Test.
Test* osgUtx::TestSuite::findChild | ( | const std::string & | name | ) |
Tests osgUtx::TestSuite::_tests [protected] |