Searched defs:commandAndResult (Results 1 – 1 of 1) sorted by relevance
208 type commandAndResult struct { struct210 cmdAndArgs []string213 stdin string216 fakeStdout string220 func (c commandAndResult) withStdin(stdin string) commandAndResult {226 func (c commandAndResult) withStdout(stdout string) commandAndResult {242 func makeCommandCollector(t *testing.T, expectedCommands ...commandAndResult) (*exec.CommandCollect…