Searched refs:parse_function_arguments_mock (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/mbedtls/tests/scripts/ |
H A D | test_generate_test_code.py | 587 parse_function_arguments_mock): argument 592 parse_function_arguments_mock.return_value = ([], '', []) 601 self.assertTrue(parse_function_arguments_mock.called) 602 parse_function_arguments_mock.assert_called_with('void test_func()\n') 608 def test_return(self, parse_function_arguments_mock, argument 616 parse_function_arguments_mock.return_value = ([], '', []) 631 self.assertTrue(parse_function_arguments_mock.called) 632 parse_function_arguments_mock.assert_called_with('void func()\n') 653 def test_with_exit_label(self, parse_function_arguments_mock, argument 661 parse_function_arguments_mock.return_value = ([], '', []) [all …]
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/scripts/ |
H A D | test_generate_test_code.py | 587 parse_function_arguments_mock): argument 592 parse_function_arguments_mock.return_value = ([], '', []) 601 self.assertTrue(parse_function_arguments_mock.called) 602 parse_function_arguments_mock.assert_called_with('void test_func()\n') 608 def test_return(self, parse_function_arguments_mock, argument 616 parse_function_arguments_mock.return_value = ([], '', []) 631 self.assertTrue(parse_function_arguments_mock.called) 632 parse_function_arguments_mock.assert_called_with('void func()\n') 653 def test_with_exit_label(self, parse_function_arguments_mock, argument 661 parse_function_arguments_mock.return_value = ([], '', []) [all …]
|