Exemple #1
0
 public void can_get_folders()
 {
     Assert.That(_sut.WorkingFolder() == @"..\..\TestFiles\Working\");
     Assert.That(_sut.GetUploadFolderFor("Initech") == @"\\automation\d$\Upload\Initech\Test\");
     Assert.That(_sut.GetUploadFolderFor("Edict") == @"\\automation\d$\Upload\Test\");
     Assert.That(_sut.DownloadFolder(), Is.StringContaining(@"..\..\TestFiles\Download\"
                                                            ));
 }
Exemple #2
0
 public static string DownloadFolder()
 {
     ensureInitialized();
     return(_config.DownloadFolder());
 }