Home
last modified time | relevance | path

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

/tools/tradefederation/core/atest/
Dresult_reporter_unittest.py244 self.rr.process_test_result(RESULT_PASSED_TEST)
253 self.rr.process_test_result(RESULT_FAILED_TEST)
259 self.rr.process_test_result(RESULT_PASSED_TEST_MODULE_2)
264 self.rr.process_test_result(RESULT_PASSED_TEST_RUNNER_2_NO_MODULE)
432 self.rr.process_test_result(RESULT_PASSED_TEST)
435 self.rr.process_test_result(RESULT_FAILED_TEST)
438 self.rr.process_test_result(RESULT_PASSED_TEST_MODULE_2)
444 self.rr.process_test_result(RESULT_PASSED_TEST)
447 self.rr.process_test_result(RESULT_RUN_FAILURE)
450 self.rr.process_test_result(RESULT_PASSED_TEST_MODULE_2)
Dresult_reporter.py274 def process_test_result(self, test): member in ResultReporter
/tools/asuite/atest/
Dresult_reporter_unittest.py245 self.rr.process_test_result(RESULT_PASSED_TEST)
254 self.rr.process_test_result(RESULT_FAILED_TEST)
260 self.rr.process_test_result(RESULT_PASSED_TEST_MODULE_2)
265 self.rr.process_test_result(RESULT_PASSED_TEST_RUNNER_2_NO_MODULE)
433 self.rr.process_test_result(RESULT_PASSED_TEST)
436 self.rr.process_test_result(RESULT_FAILED_TEST)
439 self.rr.process_test_result(RESULT_PASSED_TEST_MODULE_2)
445 self.rr.process_test_result(RESULT_PASSED_TEST)
448 self.rr.process_test_result(RESULT_RUN_FAILURE)
451 self.rr.process_test_result(RESULT_PASSED_TEST_MODULE_2)
Dresult_reporter.py281 def process_test_result(self, test): member in ResultReporter
/tools/tradefederation/core/atest/test_runners/
Devent_handler_unittest.py170 self.mock_reporter.process_test_result.assert_has_calls([call1, call2])
189 self.mock_reporter.process_test_result.assert_has_calls([call])
208 self.mock_reporter.process_test_result.assert_has_calls([call])
227 self.mock_reporter.process_test_result.assert_has_calls([call])
247 self.mock_reporter.process_test_result.assert_has_calls([call])
293 self.mock_reporter.process_test_result.assert_has_calls([call1, call2])
345 self.mock_reporter.process_test_result.assert_has_calls([call1, call2, call3])
Devent_handler.py123 self.reporter.process_test_result(test_runner_base.TestResult(
138 self.reporter.process_test_result(test_runner_base.TestResult(
187 self.reporter.process_test_result(test_runner_base.TestResult(
252 reporter.process_test_result(test_runner_base.TestResult(
/tools/asuite/atest/test_runners/
Devent_handler_unittest.py174 self.mock_reporter.process_test_result.assert_has_calls([call1, call2])
193 self.mock_reporter.process_test_result.assert_has_calls([call])
212 self.mock_reporter.process_test_result.assert_has_calls([call])
231 self.mock_reporter.process_test_result.assert_has_calls([call])
251 self.mock_reporter.process_test_result.assert_has_calls([call])
297 self.mock_reporter.process_test_result.assert_has_calls([call1, call2])
349 self.mock_reporter.process_test_result.assert_has_calls([call1, call2, call3])
Devent_handler.py125 self.reporter.process_test_result(test_runner_base.TestResult(
140 self.reporter.process_test_result(test_runner_base.TestResult(
189 self.reporter.process_test_result(test_runner_base.TestResult(
255 reporter.process_test_result(test_runner_base.TestResult(