Searched refs:TestCaseResultPtr (Results 1 – 13 of 13) sorted by relevance
46 virtual TestCaseResultPtr startTestCaseResult (const char* casePath) = DE_NULL;47 virtual void testCaseResultUpdated (const TestCaseResultPtr& resultData) = DE_NULL;48 virtual void testCaseResultComplete (const TestCaseResultPtr& resultData) = DE_NULL;69 TestCaseResultPtr m_currentCaseData;
100 typedef de::SharedPtr<TestCaseResultData> TestCaseResultPtr; typedef114 TestCaseResultPtr getTestCaseResult (int ndx) { return m_testCaseResults[ndx]; } in getTestCaseResult()118 TestCaseResultPtr getTestCaseResult (const char* casePath);120 TestCaseResultPtr createTestCaseResult (const char* casePath);127 std::vector<TestCaseResultPtr> m_testCaseResults;
59 TestCaseResultPtr startTestCaseResult (const char* casePath);60 void testCaseResultUpdated (const TestCaseResultPtr& resultData);61 void testCaseResultComplete (const TestCaseResultPtr& resultData);
96 TestCaseResultPtr BatchResult::getTestCaseResult (const char* casePath) in getTestCaseResult()103 TestCaseResultPtr BatchResult::createTestCaseResult (const char* casePath) in createTestCaseResult()110 TestCaseResultPtr caseResult(new TestCaseResultData(casePath)); in createTestCaseResult()
138 TestCaseResultPtr BatchExecutorLogHandler::startTestCaseResult (const char* casePath) in startTestCaseResult()147 void BatchExecutorLogHandler::testCaseResultUpdated (const TestCaseResultPtr&) in testCaseResultUpdated() argument151 void BatchExecutorLogHandler::testCaseResultComplete (const TestCaseResultPtr& result) in testCaseResultComplete()
154 xe::TestCaseResultPtr startTestCaseResult (const char* casePath) in startTestCaseResult()156 return xe::TestCaseResultPtr(new xe::TestCaseResultData(casePath)); in startTestCaseResult()159 void testCaseResultUpdated (const xe::TestCaseResultPtr&) in testCaseResultUpdated() argument163 void testCaseResultComplete (const xe::TestCaseResultPtr& resultData) in testCaseResultComplete()242 xe::TestCaseResultPtr startTestCaseResult (const char* casePath) in startTestCaseResult()244 return xe::TestCaseResultPtr(new xe::TestCaseResultData(casePath)); in startTestCaseResult()247 void testCaseResultUpdated (const xe::TestCaseResultPtr&) in testCaseResultUpdated() argument251 void testCaseResultComplete (const xe::TestCaseResultPtr& resultData) in testCaseResultComplete()
95 xe::TestCaseResultPtr startTestCaseResult (const char* casePath) in startTestCaseResult()97 return xe::TestCaseResultPtr(new xe::TestCaseResultData(casePath)); in startTestCaseResult()100 void testCaseResultUpdated (const xe::TestCaseResultPtr&) in testCaseResultUpdated() argument104 void testCaseResultComplete (const xe::TestCaseResultPtr& resultData) in testCaseResultComplete()
112 xe::TestCaseResultPtr startTestCaseResult (const char* casePath) in startTestCaseResult()114 return xe::TestCaseResultPtr(new xe::TestCaseResultData(casePath)); in startTestCaseResult()117 void testCaseResultUpdated (const xe::TestCaseResultPtr&) in testCaseResultUpdated() argument122 void testCaseResultComplete (const xe::TestCaseResultPtr& caseData) in testCaseResultComplete()
96 xe::TestCaseResultPtr startTestCaseResult (const char* casePath) in startTestCaseResult()100 xe::TestCaseResultPtr existingResult = m_batchResult->getTestCaseResult(casePath); in startTestCaseResult()108 void testCaseResultUpdated (const xe::TestCaseResultPtr&) in testCaseResultUpdated() argument113 void testCaseResultComplete (const xe::TestCaseResultPtr&) in testCaseResultComplete() argument
144 xe::TestCaseResultPtr startTestCaseResult (const char* casePath) in startTestCaseResult()146 return xe::TestCaseResultPtr(new xe::TestCaseResultData(casePath)); in startTestCaseResult()149 void testCaseResultUpdated (const xe::TestCaseResultPtr&) in testCaseResultUpdated() argument154 void testCaseResultComplete (const xe::TestCaseResultPtr& caseData) in testCaseResultComplete()
139 xe::TestCaseResultPtr startTestCaseResult (const char* casePath) in startTestCaseResult()141 return xe::TestCaseResultPtr(new xe::TestCaseResultData(casePath)); in startTestCaseResult()144 void testCaseResultUpdated (const xe::TestCaseResultPtr&) in testCaseResultUpdated() argument149 void testCaseResultComplete (const xe::TestCaseResultPtr& caseData) in testCaseResultComplete()
138 xe::TestCaseResultPtr startTestCaseResult (const char* casePath) in startTestCaseResult()140 return xe::TestCaseResultPtr(new xe::TestCaseResultData(casePath)); in startTestCaseResult()143 void testCaseResultUpdated (const xe::TestCaseResultPtr&) in testCaseResultUpdated() argument148 void testCaseResultComplete (const xe::TestCaseResultPtr& caseData) in testCaseResultComplete()
366 xe::TestCaseResultPtr startTestCaseResult (const char* casePath) in startTestCaseResult()375 void testCaseResultUpdated (const xe::TestCaseResultPtr&) in testCaseResultUpdated() argument379 void testCaseResultComplete (const xe::TestCaseResultPtr&) in testCaseResultComplete() argument