Home
last modified time | relevance | path

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

/tools/asuite/aidegen/
Daidegen_main_unittest.py100 def test_check_skip_build(self, mock_print): argument
105 self.assertFalse(mock_print.called)
112 self.assertTrue(mock_print.called_with(info))
/tools/tradefederation/core/atest/
Dresult_reporter_unittest.py143 def test_process_test_result(self, mock_print, mock_update, mock_title): argument
153 mock_print.assert_called_with(RESULT_PASSED_TEST)
159 mock_print.assert_called_with(RESULT_FAILED_TEST)