BloomTests.WebLibraryIntegration.BloomS3ClientTests.DownloadBook_DoesNotExist_Throws C# (CSharp) Method

DownloadBook_DoesNotExist_Throws() private method

private DownloadBook_DoesNotExist_Throws ( ) : void
return void
        public void DownloadBook_DoesNotExist_Throws()
        {
            Assert.Throws<DirectoryNotFoundException>(() => _client.DownloadBook(BloomS3Client.UnitTestBucketName, "notthere", _workFolder.FolderPath));
        }