C# Class NSoft.NFramework.Compressions.CompressorFixtureBase

Inheritance: AbstractFixture
Show file 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 static property

protected static bool IsDebugEnabled
return bool

IsTraceEnabled protected static property

protected static bool IsTraceEnabled
return bool

PlainBytes protected static property

protected static byte[] PlainBytes
return byte[]

PlainText protected static property

protected static string PlainText
return string

log protected static property

protected static NLog.Logger log
return NLog.Logger