|
|
| CTestSuite (CTestSuite *pParentSuite=NULL) |
| |
|
virtual void | GetSuiteInfo (std::string &sName, std::string &sDescription)=0 |
| |
|
virtual void | DoWithMyTests (eAction action, std::vector< std::string > &test_list)=0 |
| |
|
bool | Run (std::set< std::string > &SuitesToRun) |
| |
|
virtual std::vector< std::string > | GetTestList (std::set< std::string > &SuitesToRun, bool bIncludeChildren=false) |
| |
|
CTestSuite * | GetParentSuite () |
| |
|
void | SetParentSuite (CTestSuite *pParent) |
| |
|
UINT | GetChildSuiteCount () |
| |
|
CTestSuite * | GetChildSuite (UINT i) |
| |
|
void | AddChildSuite (CTestSuite *pChildSuite) |
| |
|
std::vector< std::string > | GetErrorList (bool bIncludeChildren=false) |
| |
|
void | ClearErrors () |
| |
|
void | AddErrorMsg (const char *szFunction, const char *szAssertion, const char *szMsg,...) |
| |
|
bool | BeforeTest (const char *szFunction) |
| |
|
void | AfterTest (const char *szFunction) |
| |
The documentation for this class was generated from the following file:
- tests/CrashRptAPITests.cpp