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

Inheritance: ZipBase
Afficher le fichier Open project: icsharpcode/SharpZipLib

Méthodes protégées

Méthode Description
TestDirectory ( INameTransform t, string original, string expected ) : void
TestFile ( INameTransform t, string original, string expected ) : void

Method Details

TestDirectory() protected méthode

protected TestDirectory ( INameTransform t, string original, string expected ) : void
t INameTransform
original string
expected string
Résultat void

TestFile() protected méthode

protected TestFile ( INameTransform t, string original, string expected ) : void
t INameTransform
original string
expected string
Résultat void