Compresses a file or folder
Inheritance: FluentBuild.Utilities.InternalExecutable, IZipCompress
Esempio n. 1
0
 public void SetUp()
 {
     _fileSystemHelper = MockRepository.GenerateStub<IFileSystemHelper>();
     _subject = new ZipCompress(_fileSystemHelper);
 }
Esempio n. 2
0
 public void SetUp()
 {
     _fileSystemHelper = MockRepository.GenerateStub <IFileSystemHelper>();
     _subject          = new ZipCompress(_fileSystemHelper);
 }