#include <TestCategoryCaller.h>
Inheritance diagram for TestCategoryCaller< UTType >:

Public Types | |
| typedef void(UTType::*) | TCMType () |
Public Member Functions | |
| TestCategoryCaller (std::string n, TestSuite *s, UTType *o, TCMType m) | |
| void | run (void) |
Private Attributes | |
| UTType * | UTObject |
| TCMType | TestMethod |
| typedef void(UTType::*) TestCategoryCaller< UTType >::TCMType() |
| TestCategoryCaller< UTType >::TestCategoryCaller | ( | std::string | n, | |
| TestSuite * | s, | |||
| UTType * | o, | |||
| TCMType | m | |||
| ) | [inline] |
| void TestCategoryCaller< UTType >::run | ( | void | ) | [inline, virtual] |
Implements Test.
UTType* TestCategoryCaller< UTType >::UTObject [private] |
TCMType TestCategoryCaller< UTType >::TestMethod [private] |
1.5.1