def _assert_split(self, args, expected_split):
     self.assertEqual(MultiCommandTool._split_command_name_from_args(args), expected_split)
 def _assert_split(self, args, expected_split):
     self.assertEqual(MultiCommandTool._split_command_name_from_args(args),
                      expected_split)
 def __init__(self, commands=None):
     MultiCommandTool.__init__(self, name="trivial-tool", commands=commands)
 def __init__(self, commands=None):
     MultiCommandTool.__init__(self, name="trivial-tool", commands=commands)