C# Class BudgetAnalyser.UnitTest.BudgetAnalyserLog4NetLoggerTest

Show file Open project: Benrnz/BudgetAnalyser

Private Properties

Property Type Description
CtorShouldCallConfigure void
CtorShouldInitialiseInternalLogger void
FormatShouldFormatAValidString void
FormatShouldThrowIfDisposed void
LogAlwaysShouldBeThreadSafe void
LogAlwaysShouldLogWhenErrorLoggingIsDisabled void
LogAlwaysShouldLogWhenInfoLoggingIsDisabled void
LogAlwaysShouldLogWhenWarningLoggingIsDisabled void
LogAlwaysShouldNotChangeLogLevel void
LogErrorShouldLogWhenErrorLoggingIsEnabled void
LogErrorShouldNotLogWhenErrorLoggingIsDisabled void
LogErrorShouldThrowGivenNullBuilder void
LogErrorShouldThrowIfDisposed void
LogErrorWithExceptionShouldLogWhenErrorLoggingIsEnabled void
LogErrorWithExceptionShouldNotLogWhenErrorLoggingIsDisabled void
LogErrorWithExceptionShouldNotThrowGivenNullException void
LogErrorWithExceptionShouldThrowGivenNullBuilder void
LogInfoShouldLogWhenErrorLoggingIsEnabled void
LogInfoShouldNotLogWhenErrorLoggingIsDisabled void
LogInfoShouldThrowGivenNullBuilder void
LogInfoShouldThrowIfDisposed void
LogWarningShouldLogWhenErrorLoggingIsEnabled void
LogWarningShouldNotLogWhenErrorLoggingIsDisabled void
LogWarningShouldThrowGivenNullBuilder void
LogWarningShouldThrowIfDisposed void
TestCleanup void
TestInitialise void

Public Methods

Method Description
Arrange ( ) : BudgetAnalyser.UnitTest.TestHarness.LoggerTestHarness

Private Methods

Method Description
CtorShouldCallConfigure ( ) : void
CtorShouldInitialiseInternalLogger ( ) : void
FormatShouldFormatAValidString ( ) : void
FormatShouldThrowIfDisposed ( ) : void
LogAlwaysShouldBeThreadSafe ( ) : void
LogAlwaysShouldLogWhenErrorLoggingIsDisabled ( ) : void
LogAlwaysShouldLogWhenInfoLoggingIsDisabled ( ) : void
LogAlwaysShouldLogWhenWarningLoggingIsDisabled ( ) : void
LogAlwaysShouldNotChangeLogLevel ( ) : void
LogErrorShouldLogWhenErrorLoggingIsEnabled ( ) : void
LogErrorShouldNotLogWhenErrorLoggingIsDisabled ( ) : void
LogErrorShouldThrowGivenNullBuilder ( ) : void
LogErrorShouldThrowIfDisposed ( ) : void
LogErrorWithExceptionShouldLogWhenErrorLoggingIsEnabled ( ) : void
LogErrorWithExceptionShouldNotLogWhenErrorLoggingIsDisabled ( ) : void
LogErrorWithExceptionShouldNotThrowGivenNullException ( ) : void
LogErrorWithExceptionShouldThrowGivenNullBuilder ( ) : void
LogInfoShouldLogWhenErrorLoggingIsEnabled ( ) : void
LogInfoShouldNotLogWhenErrorLoggingIsDisabled ( ) : void
LogInfoShouldThrowGivenNullBuilder ( ) : void
LogInfoShouldThrowIfDisposed ( ) : void
LogWarningShouldLogWhenErrorLoggingIsEnabled ( ) : void
LogWarningShouldNotLogWhenErrorLoggingIsDisabled ( ) : void
LogWarningShouldThrowGivenNullBuilder ( ) : void
LogWarningShouldThrowIfDisposed ( ) : void
TestCleanup ( ) : void
TestInitialise ( ) : void

Method Details

Arrange() public method

public Arrange ( ) : BudgetAnalyser.UnitTest.TestHarness.LoggerTestHarness
return BudgetAnalyser.UnitTest.TestHarness.LoggerTestHarness