Inheritance diagram for osgUtx::TestRunner:
Public Methods | |
TestRunner (TestContext &ctx) | |
void | specify (const std::string &sQualifiedName) |
Tests may be specified by partial names. | |
bool | visitEnter (TestSuite *pSuite) |
bool | visit (TestCase *pTest) |
bool | visitLeave (TestSuite *pSuite) |
Protected Methods | |
void | perform (TestCase *pTest) |
|
|
|
|
|
Tests may be specified by partial names. E.g. specifiying "root" will run all tests below root, i.e. all tests. Specifiying "root.osg" will run all tests below root.osg. Specifying "root.osg.de" will run all tests (and suites) below root.osg with names beginning with the de. |
|
Implements osgUtx::TestVisitor. |
|
Reimplemented from osgUtx::TestQualifier. |
|
Reimplemented from osgUtx::TestQualifier. |