Home
last modified time | relevance | path

Searched defs:mock_type (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/unittest/test/testmock/
H A Dtestasync.py289 def inner_test(mock_type): argument
312 def inner_test(mock_type): argument
326 def inner_test(mock_type): argument
602 def inner_test(mock_type): argument
618 def inner_test(mock_type): argument
711 def inner_test(mock_type): argument
736 def test_default(mock_type): argument
741 def test_set_return_value(mock_type): argument
746 def test_set_return_value_iter(mock_type): argument
/aosp_15_r20/external/python/cpython3/Lib/unittest/test/testmock/
Dtestasync.py289 def inner_test(mock_type): argument
312 def inner_test(mock_type): argument
326 def inner_test(mock_type): argument
602 def inner_test(mock_type): argument
618 def inner_test(mock_type): argument
711 def inner_test(mock_type): argument
736 def test_default(mock_type): argument
741 def test_set_return_value(mock_type): argument
746 def test_set_return_value_iter(mock_type): argument
/aosp_15_r20/tools/asuite/atest/
H A Dmodule_info_unittest.py279 def test_is_robolectric_test(self, mock_type): argument