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) |
![]() | |
TestCategory (const std::string &n, TestSuite *s) | |
![]() | |
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) |
virtual void | run (void)=0 |
Private Attributes | |
UTType * | UTObject |
TCMType | TestMethod |
typedef void(UTType::* TestCategoryCaller< UTType >::TCMType) () |
|
inline |
|
inlinevirtual |
Implements Test.
|
private |
|
private |