C# 클래스 Deeply.Tests.ConsoleExecutionLogFacts

ConsoleExecutionLog tests
파일 보기 프로젝트 열기: jsnape/deeply

공개 메소드들

메소드 설명
LogHarness ( Action logFunc ) : string

Helper routine to setup the log.

비공개 메소드들

메소드 설명
TaskFailedLogsCorrectString ( ) : void
TaskFailedLogsTaskName ( ) : void
TaskFailedThrowsOnNullReason ( ) : void
TaskFailedThrowsOnNullTask ( ) : void
TaskProgressLogsCorrectString ( ) : void
TaskProgressLogsTaskName ( ) : void
TaskProgressThrowsOnNullMessage ( ) : void
TaskProgressThrowsOnNullTask ( ) : void
TaskStartedLogsCorrectString ( ) : void
TaskStartedLogsTaskName ( ) : void
TaskStartedThrowsOnNullTask ( ) : void
TaskSucceededLogsCorrectString ( ) : void
TaskSucceededLogsTaskName ( ) : void
TaskSucceededThrowsOnNullTask ( ) : void

메소드 상세

LogHarness() 공개 정적인 메소드

Helper routine to setup the log.
public static LogHarness ( Action logFunc ) : string
logFunc Action Logging function under test.
리턴 string