C# 클래스 Forseti.ConsoleReporter.Reporter

상속: IReporter
파일 보기 프로젝트 열기: dolittle/Forseti

공개 메소드들

메소드 설명
ReportOn ( HarnessResult result ) : void
ReportOn ( IEnumerable harnesses ) : void
ReportSummary ( IEnumerable harnessResults ) : void
Reporter ( IReportingOptions options ) : System

비공개 메소드들

메소드 설명
PrintCaseResultForArray ( CaseResult result ) : void
PrintDescriptionWithoutExecutedCases ( Description description ) : void
PrintFailedCase ( Case @case ) : void
PrintPassedCase ( Case @case ) : void
PrintResultSummary ( HarnessResult result ) : void
PrintResultsOverview ( IList caseResults ) : void
PrintSuiteInformation ( Description description ) : void

메소드 상세

ReportOn() 공개 메소드

public ReportOn ( HarnessResult result ) : void
result Forseti.Harnesses.HarnessResult
리턴 void

ReportOn() 공개 메소드

public ReportOn ( IEnumerable harnesses ) : void
harnesses IEnumerable
리턴 void

ReportSummary() 공개 메소드

public ReportSummary ( IEnumerable harnessResults ) : void
harnessResults IEnumerable
리턴 void

Reporter() 공개 메소드

public Reporter ( IReportingOptions options ) : System
options IReportingOptions
리턴 System