Searched defs:mock_method (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/unittest/test/testmock/ |
H A D | testasync.py | 62 def test_async(mock_method): argument 68 def test_async(mock_method): argument 74 def test_no_parent_attribute(mock_method): argument 84 def test_async(mock_method): argument 91 def test_async(mock_method): argument 98 def test_async(mock_method): argument 206 def test_async(mock_method): argument 211 def test_normal_method(mock_method): argument 355 def test_async(mock_method): argument 362 def test_async(mock_method): argument [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/unittest/test/testmock/ |
D | testasync.py | 62 def test_async(mock_method): argument 68 def test_async(mock_method): argument 74 def test_no_parent_attribute(mock_method): argument 84 def test_async(mock_method): argument 91 def test_async(mock_method): argument 98 def test_async(mock_method): argument 206 def test_async(mock_method): argument 211 def test_normal_method(mock_method): argument 355 def test_async(mock_method): argument 362 def test_async(mock_method): argument [all …]
|
/aosp_15_r20/external/protobuf/python/ |
H A D | mox.py | 1194 def AddMethod(self, mock_method): argument 1197 def MethodCalled(self, mock_method): argument 1214 def AddMethod(self, mock_method): argument 1223 def MethodCalled(self, mock_method): argument 1276 def AddMethod(self, mock_method): argument 1285 def MethodCalled(self, mock_method): argument
|
/aosp_15_r20/external/cronet/third_party/protobuf/python/ |
H A D | mox.py | 1194 def AddMethod(self, mock_method): argument 1197 def MethodCalled(self, mock_method): argument 1214 def AddMethod(self, mock_method): argument 1223 def MethodCalled(self, mock_method): argument 1276 def AddMethod(self, mock_method): argument 1285 def MethodCalled(self, mock_method): argument
|
/aosp_15_r20/tools/asuite/aidegen/lib/ |
H A D | source_locator_unittest.py | 556 def test___init__(self, mock_base_init, mock_method): argument
|