HomeSort by relevance Sort by last modified time
    Searched full:assert_outputs (Results 1 - 10 of 10) sorted by null

  /external/webkit/WebKitTools/Scripts/webkitpy/commands/
queuestest.py 65 OutputCapture().assert_outputs(self,
69 OutputCapture().assert_outputs(self,
74 OutputCapture().assert_outputs(self,
78 OutputCapture().assert_outputs(self,
81 OutputCapture().assert_outputs(self,
85 OutputCapture().assert_outputs(self,
90 OutputCapture().assert_outputs(self,
95 OutputCapture().assert_outputs(self,
commandtest.py 38 OutputCapture().assert_outputs(self, command.execute, [options, args, tool], expected_stdout=expected_stdout, expected_stderr=expected_stderr)
queues_unittest.py 48 OutputCapture().assert_outputs(self, TestQueue().log_progress, [patch_ids], expected_stderr=progress_output)
  /external/webkit/WebKitTools/Scripts/webkitpy/steps/
updatechangelogswithreview_unittests.py 41 capture.assert_outputs(self, step._guess_reviewer_from_bug, [75], expected_stderr=expected_stderr)
46 capture.assert_outputs(self, step.run, [{}])
closebugforlanddiff_unittest.py 41 capture.assert_outputs(self, step.run, [{"commit_text" : "Mock commit text"}], expected_stderr=expected_stderr)
  /external/webkit/WebKitTools/Scripts/webkitpy/
outputcapture.py 55 def assert_outputs(self, testcase, function, args=[], kwargs={}, expected_stdout="", expected_stderr=""): member in class:OutputCapture
multicommandtool_unittest.py 67 exit_code = OutputCapture().assert_outputs(self, two_required_arguments.check_arguments_and_execute, [None, ["foo"], TrivialTool()], expected_stderr=expected_missing_args_error)
107 exit_code = OutputCapture().assert_outputs(self, tool.main, [main_args], expected_stdout=expected_stdout, expected_stderr=expected_stderr)
credentials_unittest.py 93 OutputCapture().assert_outputs(self, credentials._run_security_tool, [username], expected_stderr=expected_stderr)
bugzilla_unittest.py 242 OutputCapture().assert_outputs(self, bugzilla.add_cc_to_bug, [42, ["adam@example.com"]], expected_stderr=expected_stderr)
  /external/webkit/WebKitTools/
ChangeLog     [all...]

Completed in 59 milliseconds