Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/sources/libraries/test/
Dtest_Suite.cpp308 bool Suite::RunSpecificTestFunc(const char* testFuncName, Output& output, bool contAfterFail) in RunSpecificTestFunc() argument
311 String funcNameStr = String(testFuncName); in RunSpecificTestFunc()
326 …bool Suite::RunSpecificTestFunc(const char* subSuiteName, const char* testFuncName, Output& out… in RunSpecificTestFunc() argument
337 return correspondSuite->RunSpecificTestFunc(testFuncName, output, contAfterFail); in RunSpecificTestFunc()
357 bool Suite::GetTestFuncInfos(s32 testId, String& suiteName, String& testFuncName) in GetTestFuncInfos() argument
365 testFuncName = correspondTestInfo.testName; in GetTestFuncInfos()
374 …bool Suite::GetTestFuncInfos(s32 testId, String& suiteName, String& testFuncName, String& testInfo) in GetTestFuncInfos() argument
382 testFuncName = correspondTestInfo.testName; in GetTestFuncInfos()