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