Home
last modified time | relevance | path

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

/external/webkit/Tools/Scripts/webkitpy/tool/
Dmulticommandtool_unittest.py124 …def _assert_tool_main_outputs(self, tool, main_args, expected_stdout, expected_stderr = "", expect… member in MultiCommandToolTest
148 self._assert_tool_main_outputs(tool, ["tool"], expected_common_commands_help)
149 self._assert_tool_main_outputs(tool, ["tool", "help"], expected_common_commands_help)
164 …self._assert_tool_main_outputs(tool, ["tool", "help", "--all-commands"], expected_all_commands_hel…
166 …self._assert_tool_main_outputs(tool, ["tool", "--all-commands", "help"], expected_all_commands_hel…
173 self._assert_tool_main_outputs(tool, ["tool", "help", "trivial"], expected_subcommand_help)