Searched refs:MockExecutive (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
H A Ddetection_unittest.py35 from webkitpy.common.system.executive_mock import MockExecutive namespace
42 executive = MockExecutive(should_log=True)
H A Dscm_mock.py30 from webkitpy.common.system.executive_mock import MockExecutive namespace
40 self._executive = executive or MockExecutive()
H A Dscm_unittest.py37 from webkitpy.common.system.executive_mock import MockExecutive namespace
691 scm = Git(cwd=".", executive=MockExecutive(), filesystem=MockFileSystem())
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dworkspace_unittest.py34 from webkitpy.common.system.executive_mock import MockExecutive namespace
52 workspace = Workspace(None, MockExecutive(should_log=True))
61 workspace = Workspace(None, MockExecutive(should_log=True, should_throw=True))
H A Dsystemhost_mock.py32 from webkitpy.common.system.executive_mock import MockExecutive namespace
42 self.executive = executive or MockExecutive(should_log=log_executive, should_throw_when_run=executive_throws_when_run)
H A Dexecutive_mock.py56 class MockExecutive(object): class in inherits:object
175 class MockExecutive2(MockExecutive):
176 """MockExecutive2 is like MockExecutive except it doesn't log anything."""
H A Dplatforminfo_unittest.py34 from webkitpy.common.system.executive_mock import MockExecutive, MockExecutive2 namespace
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/breakpad/
H A Ddump_reader_win_unittest.py32 from webkitpy.common.system.executive_mock import MockExecutive namespace
39 host.executive = MockExecutive(should_throw=True)
H A Ddump_reader_multipart_unittest.py35 from webkitpy.common.system.executive_mock import MockExecutive namespace
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
H A Dapache_http_unittest.py33 from webkitpy.common.system.executive_mock import MockExecutive namespace
52 host.executive = MockExecutive(should_log=True)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dwin_unittest.py33 from webkitpy.common.system.executive_mock import MockExecutive namespace
49 port._executive = MockExecutive(should_log=True)
64 port._executive = MockExecutive(should_log=True)
H A Dport_testcase.py40 from webkitpy.common.system.executive_mock import MockExecutive, MockExecutive2 namespace
239 host.executive = MockExecutive(should_throw=True)
H A Dbase_unittest.py41 from webkitpy.common.system.executive_mock import MockExecutive, MockExecutive2 namespace
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
H A Drebaseline_unittest.py36 from webkitpy.common.system.executive_mock import MockExecutive namespace
574 class MockLineRemovingExecutive(MockExecutive):

Completed in 921 milliseconds