|
steghide
0.5.1
|
#include <Test.h>
Public Member Functions | |
| 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 | |
| std::string | Name |
| TestSuite * | Suite |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
|
pure virtual |
Implemented in UnitTest, TestSuite, and TestCategoryCaller< UTType >.
|
private |
|
private |