Home
last modified time | relevance | path

Searched refs:MockExecutive (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/layout_tests/
Ddeduplicate_tests_unittest.py33 class MockExecutive(object): class
46 MockExecutive.last_run_command += [args]
47 return MockExecutive.response
52 MockExecutive.last_run_command = []
53 MockExecutive.response = ''
54 deduplicate_tests.executive = MockExecutive
134 MockExecutive.response = (
141 self.assertEquals(1, len(MockExecutive.last_run_command))
142 …self.assertEquals(('git', 'ls-tree', '-r', 'HEAD', 'LayoutTests'), MockExecutive.last_run_command[…
146 MockExecutive.response = (
[all …]
/external/webkit/Tools/Scripts/webkitpy/common/system/
Dworkspace_unittest.py34 from webkitpy.tool.mocktool import MockExecutive
52 workspace = Workspace(None, MockExecutive(should_log=True))
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
Dchromium_win_unittest.py66 port._executive = mocktool.MockExecutive(should_log=True)
80 port._executive = mocktool.MockExecutive(should_log=True)
/external/webkit/Tools/Scripts/webkitpy/tool/
Dmocktool.py654 class MockExecutive(Mock): class
740 self.executive = MockExecutive(should_log=log_executive)
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
Dscm_unittest.py53 from webkitpy.tool.mocktool import MockExecutive
1354 executive = MockExecutive(should_log=False)
/external/webkit/Tools/
DChangeLog-2011-02-1611784 MockExecutive into common/system to be next to executive, and