예제 #1
0
        public void DownloadFileFromHttp()
        {
            var webClientFactory = SharedSupport.CreateWebClientExportFactory();

            //DownloadWithStrategy("http://androidnetworktester.googlecode.com/files/1mb.txt",
            //  new HttpDownloadProtocol(webClientFactory, A.Fake<Tools.FileTools.IFileOps>()));

            File.Exists(TestFile).Should().BeTrue("because the file should be downloaded");
        }