OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mock_function
(Results
1 - 5
of
5
) sorted by null
/external/autotest/client/bin/net/
net_utils_mock.py
16
class os_stub(mock.
mock_function
):
18
mock.
mock_function
.__init__(self, symbol, *kwargs)
/external/autotest/client/common_lib/test_utils/
mock.py
191
class
mock_function
(object):
class in inherits:object
231
class mask_function(
mock_function
):
258
func =
mock_function
(f_name, default_ret_val,
336
func =
mock_function
(f_name,
364
create a
mock_function
with name symbol and default return
367
return
mock_function
(symbol, default_return_val,
/external/googletest/googlemock/test/
gmock-actions_test.cc
1283
testing::MockFunction<void()>
mock_function
;
local
[
all
...]
/external/python/cpython3/Lib/unittest/test/testmock/
testpatch.py
1010
def test(
mock_function
):
[
all
...]
/external/python/mock/mock/tests/
testpatch.py
991
def test(
mock_function
):
[
all
...]
Completed in 999 milliseconds