Searched refs:OutputCapture (Results 26 - 35 of 35) sorted by relevance

12

/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
H A Dbugzilla_unittest.py35 from webkitpy.common.system.outputcapture import OutputCapture namespace
297 OutputCapture().assert_outputs(self, bugzilla.add_cc_to_bug, [42, ["adam@example.com"]], expected_stderr=expected_stderr)
320 OutputCapture().assert_outputs(self, bugzilla.reopen_bug, [42, ["comment"]], expected_stderr=expected_stderr)
/external/webkit/Tools/Scripts/webkitpy/tool/bot/
H A Dcommitqueuetask_unittest.py35 from webkitpy.common.system.outputcapture import OutputCapture namespace
85 success = OutputCapture().assert_outputs(self, task.run, expected_stderr=expected_stderr, expected_exception=expected_exception)
288 success = OutputCapture().assert_outputs(self, task.run, expected_stderr=expected_stderr)
H A Dqueueengine_unittest.py37 from webkitpy.common.system.outputcapture import OutputCapture namespace
163 OutputCapture().assert_outputs(self, engine.run, [], expected_stderr=expected_stderr)
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
H A Dapi_unittest.py40 from webkitpy.common.system.outputcapture import OutputCapture namespace
119 output = OutputCapture()
H A Dscm_unittest.py52 from webkitpy.common.system.outputcapture import OutputCapture namespace
189 self.output = OutputCapture()
1361 OutputCapture().assert_outputs(self, self.scm.create_patch, kwargs={'changed_files': None}, expected_stderr=expected_stderr)
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
H A Ddownload_unittest.py31 from webkitpy.common.system.outputcapture import OutputCapture namespace
43 output = OutputCapture()
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dmanager_worker_broker_unittest.py196 oc = outputcapture.OutputCapture()
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dbase_unittest.py77 oc = outputcapture.OutputCapture()
/external/webkit/Tools/Scripts/webkitpy/layout_tests/
H A Drebaseline_chromium_webkit_tests_unittest.py339 oc = outputcapture.OutputCapture()
H A Drun_webkit_tests_unittest.py115 oc = outputcapture.OutputCapture()

Completed in 124 milliseconds

12