Searched refs:rawCommands (Results 1 – 2 of 2) sorted by relevance
498 if g, w := gen.rawCommands[0], "'"+test.expect+"'"; w != g {668 if g, w := gen.rawCommands, test.cmds; !reflect.DeepEqual(w, g) {714 if gen.rawCommands[0] != expectedCmd {715 t.Errorf("Expected cmd: %q, actual: %q", expectedCmd, gen.rawCommands[0])
134 rawCommands []string member405 g.rawCommands = append(g.rawCommands, rawCommand)