C# 클래스 NServiceBusTests, Anotar

파일 보기 프로젝트 열기: Fody/Anotar 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Debugs List
Errors List
Fatals List
Infos List
Warns List

공개 메소드들

메소드 설명
NServiceBusTests ( ) : System

비공개 메소드들

메소드 설명
AsyncDelegateMethod ( ) : void
AsyncMethod ( ) : void
CheckException ( Action action, List list, string expected ) : void
ClassWithComplexExpressionInLog ( ) : void
ClassWithExistingField ( ) : void
Debug ( ) : void
DebugString ( ) : void
DebugStringException ( ) : void
DebugStringExceptionFunc ( ) : void
DebugStringFunc ( ) : void
DebugStringParams ( ) : void
DelegateMethod ( ) : void
EnumeratorMethod ( ) : void
Error ( ) : void
ErrorString ( ) : void
ErrorStringException ( ) : void
ErrorStringExceptionFunc ( ) : void
ErrorStringFunc ( ) : void
ErrorStringParams ( ) : void
Fatal ( ) : void
FatalString ( ) : void
FatalStringException ( ) : void
FatalStringExceptionFunc ( ) : void
FatalStringFunc ( ) : void
FatalStringParams ( ) : void
Generic ( ) : void
Info ( ) : void
InfoString ( ) : void
InfoStringException ( ) : void
InfoStringExceptionFunc ( ) : void
InfoStringFunc ( ) : void
InfoStringParams ( ) : void
IsDebugEnabled ( ) : void
IsErrorEnabled ( ) : void
IsFatalEnabled ( ) : void
IsInfoEnabled ( ) : void
IsWarnEnabled ( ) : void
LambdaMethod ( ) : void
MethodThatReturns ( ) : void
OnExceptionToDebug ( ) : void
OnExceptionToDebugWithReturn ( ) : void
OnExceptionToError ( ) : void
OnExceptionToErrorWithReturn ( ) : void
OnExceptionToFatal ( ) : void
OnExceptionToFatalWithReturn ( ) : void
OnExceptionToInfo ( ) : void
OnExceptionToInfoWithReturn ( ) : void
OnExceptionToWarn ( ) : void
OnExceptionToWarnWithReturn ( ) : void
PeVerify ( ) : void
Setup ( ) : void
Warn ( ) : void
WarnString ( ) : void
WarnStringException ( ) : void
WarnStringExceptionFunc ( ) : void
WarnStringFunc ( ) : void
WarnStringParams ( ) : void

메소드 상세

NServiceBusTests() 공개 메소드

public NServiceBusTests ( ) : System
리턴 System

프로퍼티 상세

Debugs 공개적으로 프로퍼티

public List Debugs
리턴 List

Errors 공개적으로 프로퍼티

public List Errors
리턴 List

Fatals 공개적으로 프로퍼티

public List Fatals
리턴 List

Infos 공개적으로 프로퍼티

public List Infos
리턴 List

Warns 공개적으로 프로퍼티

public List Warns
리턴 List