Home | History | Annotate | Download | only in download

Lines Matching refs:DownloadFileTest

19 class DownloadFileTest : public testing::Test {
34 DownloadFileTest() :
39 ~DownloadFileTest() {
116 const char* DownloadFileTest::kTestData1 =
118 const char* DownloadFileTest::kTestData2 = "Writing more data.\n";
119 const char* DownloadFileTest::kTestData3 = "Final line.";
120 const char* DownloadFileTest::kDataHash =
123 const int32 DownloadFileTest::kDummyDownloadId = 23;
124 const int DownloadFileTest::kDummyChildId = 3;
125 const int DownloadFileTest::kDummyRequestId = 67;
129 TEST_F(DownloadFileTest, RenameFileFinal) {