C# Class NSoft.NFramework.Compressions.CompressorFixtureBase

Inheritance: AbstractFixture
Afficher le fichier Open project: debop/NFramework

Protected Properties

Свойство Type Description
IsDebugEnabled bool
IsTraceEnabled bool
PlainBytes byte[]
PlainText string
log NLog.Logger

Méthodes protégées

Méthode Description
GetCompressor ( ) : ICompressor
OnFixtureSetUp ( ) : void

Private Methods

Méthode Description
Compressor_Compress_Decompress ( ) : void
Compressor_ThreadTest ( ) : void

Method Details

GetCompressor() protected méthode

protected GetCompressor ( ) : ICompressor
Résultat ICompressor

OnFixtureSetUp() protected méthode

protected OnFixtureSetUp ( ) : void
Résultat void

Property Details

IsDebugEnabled protected_oe static_oe property

protected static bool IsDebugEnabled
Résultat bool

IsTraceEnabled protected_oe static_oe property

protected static bool IsTraceEnabled
Résultat bool

PlainBytes protected_oe static_oe property

protected static byte[] PlainBytes
Résultat byte[]

PlainText protected_oe static_oe property

protected static string PlainText
Résultat string

log protected_oe static_oe property

protected static NLog.Logger log
Résultat NLog.Logger