C# Class NSoft.NFramework.Compressions.CompressorFixtureBase

Inheritance: AbstractFixture
Mostrar archivo Open project: debop/NFramework

Protected Properties

Property Type Description
IsDebugEnabled bool
IsTraceEnabled bool
PlainBytes byte[]
PlainText string
log NLog.Logger

Protected Methods

Method Description
GetCompressor ( ) : ICompressor
OnFixtureSetUp ( ) : void

Private Methods

Method Description
Compressor_Compress_Decompress ( ) : void
Compressor_ThreadTest ( ) : void

Method Details

GetCompressor() protected method

protected GetCompressor ( ) : ICompressor
return ICompressor

OnFixtureSetUp() protected method

protected OnFixtureSetUp ( ) : void
return void

Property Details

IsDebugEnabled protected_oe static_oe property

protected static bool IsDebugEnabled
return bool

IsTraceEnabled protected_oe static_oe property

protected static bool IsTraceEnabled
return bool

PlainBytes protected_oe static_oe property

protected static byte[] PlainBytes
return byte[]

PlainText protected_oe static_oe property

protected static string PlainText
return string

log protected_oe static_oe property

protected static NLog.Logger log
return NLog.Logger