C# 클래스 NSoft.NFramework.Compressions.CompressorFixtureBase

상속: AbstractFixture
파일 보기 프로젝트 열기: debop/NFramework

보호된 프로퍼티들

프로퍼티 타입 설명
IsDebugEnabled bool
IsTraceEnabled bool
PlainBytes byte[]
PlainText string
log NLog.Logger

보호된 메소드들

메소드 설명
GetCompressor ( ) : ICompressor
OnFixtureSetUp ( ) : void

비공개 메소드들

메소드 설명
Compressor_Compress_Decompress ( ) : void
Compressor_ThreadTest ( ) : void

메소드 상세

GetCompressor() 보호된 메소드

protected GetCompressor ( ) : ICompressor
리턴 ICompressor

OnFixtureSetUp() 보호된 메소드

protected OnFixtureSetUp ( ) : void
리턴 void

프로퍼티 상세

IsDebugEnabled 보호되어 있는 정적으로 프로퍼티

protected static bool IsDebugEnabled
리턴 bool

IsTraceEnabled 보호되어 있는 정적으로 프로퍼티

protected static bool IsTraceEnabled
리턴 bool

PlainBytes 보호되어 있는 정적으로 프로퍼티

protected static byte[] PlainBytes
리턴 byte[]

PlainText 보호되어 있는 정적으로 프로퍼티

protected static string PlainText
리턴 string

log 보호되어 있는 정적으로 프로퍼티

protected static NLog.Logger log
리턴 NLog.Logger