Esempio n. 1
0
        public void DownloadManager_TestGoogleDownload_Success()
        {
            var fileStreamInformation = new FileStreamInformation();

            fileStreamInformation.Url = $@"http://www.google.com/";

            _httpDownloader.SendDownloadRequest(fileStreamInformation);

            Assert.IsNotNull(fileStreamInformation.FileStream);
        }