HomeSort by relevance Sort by last modified time
    Searched refs:assert_called_once_with (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/native_client_sdk/src/tools/tests/
sel_ldr_test.py 40 parse_header.assert_called_once_with('foo.nexe')
52 parse_header.assert_called_once_with('foo.nexe')
  /external/chromium_org/third_party/pymock/
mock.py 302 def assert_called_once_with(*args, **kwargs): function in function:_setup_func
303 return mock.assert_called_once_with(*args, **kwargs)
328 funcopy.assert_called_once_with = assert_called_once_with
838 def assert_called_once_with(_mock_self, *args, **kwargs): member in class:NonCallableMock
885 `assert_called_with` and `assert_called_once_with` that only pass if
    [all...]

Completed in 36 milliseconds