Home
last modified time | relevance | path

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

/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/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