Inheritance diagram for osgUtx::TestRunner:
Public Member Functions | |
TestRunner (TestContext &ctx) | |
void | specify (const std::string &sQualifiedName) |
bool | visitEnter (TestSuite *pSuite) |
bool | visit (TestCase *pTest) |
bool | visitLeave (TestSuite *pSuite) |
Protected Member Functions | |
void | perform (TestCase *pTest) |
osgUtx::TestRunner::TestRunner | ( | TestContext & | ctx | ) |
void osgUtx::TestRunner::perform | ( | TestCase * | pTest | ) | [protected] |
void osgUtx::TestRunner::specify | ( | const std::string & | sQualifiedName | ) |
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.
bool osgUtx::TestRunner::visit | ( | TestCase * | pTest | ) | [virtual] |
Implements osgUtx::TestVisitor.
bool osgUtx::TestRunner::visitEnter | ( | TestSuite * | pSuite | ) | [virtual] |
Reimplemented from osgUtx::TestQualifier.
bool osgUtx::TestRunner::visitLeave | ( | TestSuite * | pSuite | ) | [virtual] |
Reimplemented from osgUtx::TestQualifier.