Home | History | Annotate | Download | only in download

Lines Matching defs:DownloadManagerTest

30 class DownloadManagerTest : public testing::Test {
35 DownloadManagerTest()
43 ~DownloadManagerTest() {
107 DISALLOW_COPY_AND_ASSIGN(DownloadManagerTest);
110 const char* DownloadManagerTest::kTestData = "a;sdlfalsdfjalsdkfjad";
111 const size_t DownloadManagerTest::kTestDataLen =
112 strlen(DownloadManagerTest::kTestData);
295 TEST_F(DownloadManagerTest, StartDownload) {
340 TEST_F(DownloadManagerTest, DownloadRenameTest) {
396 TEST_F(DownloadManagerTest, DownloadInterruptTest) {
462 TEST_F(DownloadManagerTest, DownloadCancelTest) {
519 TEST_F(DownloadManagerTest, DownloadOverwriteTest) {