Searched refs:qpTestCaseType (Results 1 – 5 of 5) sorted by relevance
77 } qpTestCaseType; typedef194 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseT…
409 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseType) in qpTestLog_startCase()
35 static qpTestCaseType nodeTypeToTestCaseType (TestNodeType nodeType) in nodeTypeToTestCaseType()195 const qpTestCaseType caseType = nodeTypeToTestCaseType(testCase->getNodeType()); in enterTestCase()
160 void startCase (const char* testCasePath, qpTestCaseType testCaseType);
444 void TestLog::startCase (const char* testCasePath, qpTestCaseType testCaseType) in startCase()