|
steghide
0.5.1
|
#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) |
Public Member Functions inherited from TestCategory | |
| TestCategory (const std::string &n, TestSuite *s) | |
Public Member Functions inherited from Test | |
| Test (void) | |
| Test (const std::string &n) | |
| Test (const std::string &n, TestSuite *s) | |
| virtual | ~Test (void) |
| const std::string & | getName (void) |
| TestSuite * | getSuite (void) |
Private Attributes | |
| UTType * | UTObject |
| TCMType | TestMethod |
| typedef void(UTType::* TestCategoryCaller< UTType >::TCMType) () |
|
inline |
|
inlinevirtual |
Implements Test.
|
private |
|
private |