Inheritance diagram for osgUtx::TestCase_< FixtureT >:
Public Member Functions | |
TestCase_ (const std::string &sName, TestMethodPtr pTestMethod) | |
virtual void | run (const Context &ctx) |
Protected Member Functions | |
virtual | ~TestCase_ () |
Protected Attributes | |
TestMethodPtr | _pTestMethod |
osgUtx::TestCase_< FixtureT >::TestCase_ | ( | const std::string & | sName, | |
TestMethodPtr | pTestMethod | |||
) | [inline] |
virtual osgUtx::TestCase_< FixtureT >::~TestCase_ | ( | ) | [inline, protected, virtual] |
virtual void osgUtx::TestCase_< FixtureT >::run | ( | const Context & | ctx | ) | [inline, virtual] |
TestMethodPtr osgUtx::TestCase_< FixtureT >::_pTestMethod [protected] |