Searched refs:written_to_os_ (Results 1 – 1 of 1) sorted by relevance
70 auto& accumulator = written_to_os_; in CommandProcessorTest()154 std::string written_to_os_; // Must out-live |os_| member in android::wifilogd::__anon1e14bfb50111::CommandProcessorTest258 EXPECT_THAT(written_to_os_, StartsWith("0.000000 1.000001 123456.123456")); in TEST_F()275 std::count(written_to_os_.begin(), written_to_os_.end(), in TEST_F()284 EXPECT_THAT(written_to_os_, EndsWith("tag message\n")); in TEST_F()292 EXPECT_THAT(written_to_os_, EndsWith("[empty] message\n")); in TEST_F()300 EXPECT_THAT(written_to_os_, EndsWith("tag [empty]\n")); in TEST_F()308 EXPECT_THAT(written_to_os_, EndsWith("[empty] [empty]\n")); in TEST_F()316 EXPECT_THAT(written_to_os_, EndsWith("?tag? ?message?\n")); in TEST_F()325 EXPECT_THAT(written_to_os_, EndsWith("[truncated-header]\n")); in TEST_F()[all …]