#include <TestCategoryCaller.h>
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.
TCMType TestCategoryCaller< UTType >::TestMethod [private] |
UTType* TestCategoryCaller< UTType >::UTObject [private] |
1.6.2