Searched refs:GenerateTestSuiteFetchCommand (Results 1 – 2 of 2) sorted by relevance
150 ret = self._command.GenerateTestSuiteFetchCommand(report_msg)171 ret = self._command.GenerateTestSuiteFetchCommand(report_msg)196 ret = self._command.GenerateTestSuiteFetchCommand(report_msg)312 self._command.GenerateTestSuiteFetchCommand = mock.Mock(341 self._command.GenerateTestSuiteFetchCommand = mock.Mock(
108 suite_fetch_command = self.GenerateTestSuiteFetchCommand(228 def GenerateTestSuiteFetchCommand(self, report_msg): member in CommandReproduce