Home
last modified time | relevance | path

Searched refs:testFuncName (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-0.13.2/sources/libraries/test/
Dtest_Suite.cpp307 bool Suite::RunSpecificTestFunc(const char* testFuncName, Output& output, bool contAfterFail) in RunSpecificTestFunc() argument
310 String funcNameStr = String(testFuncName); in RunSpecificTestFunc()
325 …bool Suite::RunSpecificTestFunc(const char* subSuiteName, const char* testFuncName, Output& out… in RunSpecificTestFunc() argument
336 return correspondSuite->RunSpecificTestFunc(testFuncName, output, contAfterFail); in RunSpecificTestFunc()
356 bool Suite::GetTestFuncInfos(s32 testId, String& suiteName, String& testFuncName) in GetTestFuncInfos() argument
364 testFuncName = correspondTestInfo.testName; in GetTestFuncInfos()
373 …bool Suite::GetTestFuncInfos(s32 testId, String& suiteName, String& testFuncName, String& testInfo) in GetTestFuncInfos() argument
381 testFuncName = correspondTestInfo.testName; in GetTestFuncInfos()