Searched refs:process_test_result (Results 1 – 8 of 8) sorted by relevance
/tools/tradefederation/core/atest/ |
D | result_reporter_unittest.py | 244 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)
|
D | result_reporter.py | 274 def process_test_result(self, test): member in ResultReporter
|
/tools/asuite/atest/ |
D | result_reporter_unittest.py | 245 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)
|
D | result_reporter.py | 281 def process_test_result(self, test): member in ResultReporter
|
/tools/tradefederation/core/atest/test_runners/ |
D | event_handler_unittest.py | 170 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])
|
D | event_handler.py | 123 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/ |
D | event_handler_unittest.py | 174 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])
|
D | event_handler.py | 125 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(
|