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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
detection_unittest.py 35 from webkitpy.common.system.executive_mock import MockExecutive
42 executive = MockExecutive(should_log=True)
scm_mock.py 31 from webkitpy.common.system.executive_mock import MockExecutive
41 self._executive = executive or MockExecutive()
scm_unittest.py 52 from webkitpy.common.system.executive_mock import MockExecutive
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
checkout_unittest.py 42 from webkitpy.common.system.executive_mock import MockExecutive
49 return Checkout(scm=MockSCM(), filesystem=MockFileSystem(), executive=MockExecutive())
53 checkout._executive = MockExecutive(should_log=True)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
commit_unittest.py 33 from webkitpy.common.system.executive_mock import MockExecutive
52 tool.executive = MockExecutive(should_log=True, should_throw_when_run=False)
64 tool.executive = MockExecutive(should_log=True, should_throw_when_run=set(["platform/chromium/" + filename]))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
workspace_unittest.py 34 from webkitpy.common.system.executive_mock import MockExecutive
52 workspace = Workspace(None, MockExecutive(should_log=True))
61 workspace = Workspace(None, MockExecutive(should_log=True, should_throw=True))
systemhost_mock.py 30 from webkitpy.common.system.executive_mock import MockExecutive
39 self.executive = executive or MockExecutive(should_log=log_executive, should_throw_when_run=executive_throws_when_run)
executive_mock.py 50 class MockExecutive(object):
161 class MockExecutive2(MockExecutive):
162 """MockExecutive2 is like MockExecutive except it doesn't log anything."""
platforminfo_unittest.py 34 from webkitpy.common.system.executive_mock import MockExecutive, MockExecutive2
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
apache_http_server_unittest.py 33 from webkitpy.common.system.executive_mock import MockExecutive
52 host.executive = MockExecutive(should_log=True)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
win_unittest.py 33 from webkitpy.common.system.executive_mock import MockExecutive
51 port._executive = MockExecutive(should_log=True)
66 port._executive = MockExecutive(should_log=True)
port_testcase.py 39 from webkitpy.common.system.executive_mock import MockExecutive
182 host.executive = MockExecutive(should_throw=True)
base_unittest.py 42 from webkitpy.common.system.executive_mock import MockExecutive, MockExecutive2
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
gardeningserver_unittest.py 38 from webkitpy.common.system.executive_mock import MockExecutive
58 self.tool.executive = MockExecutive(should_log=True)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
credentials_unittest.py 38 from webkitpy.common.system.executive_mock import MockExecutive
59 kwargs['executive'] = MockExecutive()

Completed in 148 milliseconds