Searched refs:qpTestCaseType (Results 1 – 6 of 6) sorted by relevance
78 } qpTestCaseType; typedef202 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseT…
427 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseType) in qpTestLog_startCase()
162 static qpTestCaseType nodeTypeToTestCaseType(TestNodeType nodeType) in nodeTypeToTestCaseType()184 const qpTestCaseType caseType = nodeTypeToTestCaseType(testCase->getNodeType()); in execute()
35 static qpTestCaseType nodeTypeToTestCaseType (TestNodeType nodeType) in nodeTypeToTestCaseType()195 const qpTestCaseType caseType = nodeTypeToTestCaseType(testCase->getNodeType()); in enterTestCase()
162 void startCase (const char* testCasePath, qpTestCaseType testCaseType);
450 void TestLog::startCase (const char* testCasePath, qpTestCaseType testCaseType) in startCase()