Searched refs:expected_stderr (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/ |
D | commandtest.py | 36 …def assert_execute_outputs(self, command, args=[], expected_stdout="", expected_stderr="", expecte… argument 50 …ute, [options, args, tool], expected_stdout=expected_stdout, expected_stderr=expected_stderr, expe…
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
D | outputcapture.py | 88 …ts(self, testcase, function, args=[], kwargs={}, expected_stdout="", expected_stderr="", expected_… argument 104 testassert(stderr_string, expected_stderr) 128 def assertStderr(self, expected_stderr): argument 129 self.assertEqual(expected_stderr, self.__captured_stderr.getvalue())
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/ |
D | multicommandtool_unittest.py | 124 …def _assert_tool_main_outputs(self, tool, main_args, expected_stdout, expected_stderr = "", expect… argument 125 …uts(self, tool.main, [main_args], expected_stdout=expected_stdout, expected_stderr=expected_stderr)
|
/external/chromium_org/tools/gyp/test/lib/ |
D | TestCommon.py | 409 actual_stderr, expected_stderr, status, match): argument 430 if not expected_stderr is None and not match(actual_stderr, expected_stderr): 433 self.diff(expected_stderr, actual_stderr, 'STDERR ')
|