C# Class NServiceBusTests, Anotar

Show file Open project: Fody/Anotar Class Usage Examples

Public Properties

Property Type Description
Debugs List
Errors List
Fatals List
Infos List
Warns List

Public Methods

Method Description
NServiceBusTests ( ) : System

Private Methods

Method Description
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

Method Details

NServiceBusTests() public method

public NServiceBusTests ( ) : System
return System

Property Details

Debugs public property

public List Debugs
return List

Errors public property

public List Errors
return List

Fatals public property

public List Fatals
return List

Infos public property

public List Infos
return List

Warns public property

public List Warns
return List