Home
last modified time | relevance | path

Searched defs:assert_called_with (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/test/
D_mock_backport.py205 def assert_called_with(*args, **kwargs): function
771 def assert_called_with(_mock_self, *args, **kwargs): member in NonCallableMock
/external/pdfium/third_party/pymock/
Dmock.py300 def assert_called_with(*args, **kwargs): function
823 def assert_called_with(_mock_self, *args, **kwargs): member in NonCallableMock
/external/python/mock/mock/
Dmock.py295 def assert_called_with(*args, **kwargs): function
921 def assert_called_with(_mock_self, *args, **kwargs): member in NonCallableMock
/external/python/cpython3/Lib/unittest/
Dmock.py199 def assert_called_with(*args, **kwargs): function
888 def assert_called_with(self, /, *args, **kwargs): member in NonCallableMock