Home
last modified time | relevance | path

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

/external/pdfium/third_party/pymock/
Dmock.py302 def assert_called_once_with(*args, **kwargs): function
838 def assert_called_once_with(_mock_self, *args, **kwargs): member in NonCallableMock
/external/python/cpython2/Lib/test/
D_mock_backport.py207 def assert_called_once_with(*args, **kwargs): function
790 def assert_called_once_with(_mock_self, *args, **kwargs): member in NonCallableMock
/external/python/cpython3/Lib/unittest/
Dmock.py194 def assert_called_once_with(*args, **kwargs): function
832 def assert_called_once_with(_mock_self, *args, **kwargs): member in NonCallableMock
/external/python/mock/mock/
Dmock.py317 def assert_called_once_with(*args, **kwargs): function
940 def assert_called_once_with(_mock_self, *args, **kwargs): member in NonCallableMock