Home
last modified time | relevance | path

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

/tools/tradefederation/core/atest/
Dresult_reporter_unittest.py143 def test_process_test_result(self, mock_print, mock_update, mock_title): argument
152 mock_update.assert_called_with(RESULT_PASSED_TEST, group)
158 mock_update.assert_called_with(RESULT_FAILED_TEST, group)