示例#1
0
 public DownloadClientCreatorThrowsError(string skyZipPath, string skypDownloadPath) : base(skyZipPath, skypDownloadPath)
 {
     TestDownloadClient = new TestDownloadClient(skyZipPath, skypDownloadPath, true); // This will throw an error
 }
示例#2
0
 public TestDownloadClientCreator(string skyZipPath, string skypDownloadPath)
 {
     TestDownloadClient = new TestDownloadClient(skyZipPath, skypDownloadPath);
 }