Home
last modified time | relevance | path

Searched defs:commandAndResult (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/m133/tools/testrunners/common/android/adb_test_runner/
Dadb_test_runner_test.go208 type commandAndResult struct { struct
210 cmdAndArgs []string
213 stdin string
216 fakeStdout string
220 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…