Inheritance diagram for osgUtx::TestCase:
Public Types | |
typedef TestContext | Context |
Public Member Functions | |
TestCase (const std::string &sName) | |
virtual bool | accept (Visitor &v) |
virtual void | run (const Context &)=0 |
Protected Member Functions | |
virtual | ~TestCase () |
typedef TestContext osgUtx::TestCase::Context |
osgUtx::TestCase::TestCase | ( | const std::string & | sName | ) | [inline] |
virtual osgUtx::TestCase::~TestCase | ( | ) | [inline, protected, virtual] |
virtual bool osgUtx::TestCase::accept | ( | Visitor & | v | ) | [inline, virtual] |
virtual void osgUtx::TestCase::run | ( | const Context & | ) | [pure virtual] |