C# Class ICSharpCode.SharpZipLib.Tests.Zip.TransformBase

Inheritance: ZipBase
ファイルを表示 Open project: icsharpcode/SharpZipLib

Protected Methods

Method Description
TestDirectory ( INameTransform t, string original, string expected ) : void
TestFile ( INameTransform t, string original, string expected ) : void

Method Details

TestDirectory() protected method

protected TestDirectory ( INameTransform t, string original, string expected ) : void
t INameTransform
original string
expected string
return void

TestFile() protected method

protected TestFile ( INameTransform t, string original, string expected ) : void
t INameTransform
original string
expected string
return void