Searched refs:contAfterFail (Results 1 – 1 of 1) sorted by relevance
| /CTR-SDK-1.0.0/CTR_SDK/sources/libraries/test/ |
| D | test_Suite.cpp | 308 bool Suite::RunSpecificTestFunc(const char* testFuncName, Output& output, bool contAfterFail) in RunSpecificTestFunc() argument 319 PreProcessForSpecificTest(&output, contAfterFail); in RunSpecificTestFunc() 326 …ficTestFunc(const char* subSuiteName, const char* testFuncName, Output& output, bool contAfterFail) in RunSpecificTestFunc() argument 337 return correspondSuite->RunSpecificTestFunc(testFuncName, output, contAfterFail); in RunSpecificTestFunc() 340 bool Suite::RunSpecificTestFunc(s32 testFuncId, Output& output, bool contAfterFail) in RunSpecificTestFunc() argument 350 PreProcessForSpecificTest(&output, contAfterFail); in RunSpecificTestFunc() 559 void Suite::PreProcessForSpecificTest(Output* pOutput, bool contAfterFail) in PreProcessForSpecificTest() argument 562 m_Continue = contAfterFail; in PreProcessForSpecificTest()
|