Searched refs:kTestContent (Results 1 – 2 of 2) sorted by relevance
28 const char kTestContent[] = "Download test text"; variable49 content_ = kTestContent; in Open()341 EXPECT_EQ(static_cast<int64>(sizeof(kTestContent) - 1), in OnBeforeDownload()402 EXPECT_EQ(static_cast<int64>(sizeof(kTestContent) - 1), in OnDownloadUpdated()404 EXPECT_EQ(static_cast<int64>(sizeof(kTestContent) - 1), in OnDownloadUpdated()426 EXPECT_STREQ(kTestContent, contents.c_str()); in VerifyResultsOnFileThread()
181 const char* kTestContent = "test content\nok"; in TEST_F() local182 fprintf(f, "%s", kTestContent); in TEST_F()187 EXPECT_EQ(kTestContent, content); in TEST_F()