Searched refs:ExpectLinesEqual (Results 1 – 1 of 1) sorted by relevance
/system/core/adb/ |
D | shell_service_test.cpp | 144 bool ExpectLinesEqual(const std::string& output, in ExpectLinesEqual() function 180 ExpectLinesEqual(ReadRaw(subprocess_fd_), {"foo", "bar", "0"}); in TEST_F() 191 ExpectLinesEqual(ReadRaw(subprocess_fd_), {"foo", "bar", "0"}); in TEST_F() 202 ExpectLinesEqual(stdout, {"foo", "baz"}); in TEST_F() 203 ExpectLinesEqual(stderr, {"bar"}); in TEST_F() 216 ExpectLinesEqual(stdout, {"foo", "bar", "baz"}); in TEST_F() 217 ExpectLinesEqual(stderr, {}); in TEST_F() 264 ExpectLinesEqual(stdout, {"foo", "barTEST_DONE"}); in TEST_F() 265 ExpectLinesEqual(stderr, {}); in TEST_F() 276 ExpectLinesEqual(stdout, {}); in TEST_F() [all …]
|