Searched defs:DownloadManagerTest (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/download/
H A Ddownload_manager_unittest.cc30 class DownloadManagerTest : public testing::Test { class in inherits:testing::Test
35 DownloadManagerTest() function in class: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, DownloadInterruptTes
[all...]

Completed in 63 milliseconds