C# Class Forseti.ConsoleReporter.Reporter

Inheritance: IReporter
Mostrar archivo Open project: dolittle/Forseti

Public Methods

Method Description
ReportOn ( HarnessResult result ) : void
ReportOn ( IEnumerable harnesses ) : void
ReportSummary ( IEnumerable harnessResults ) : void
Reporter ( IReportingOptions options ) : System

Private Methods

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

Method Details

ReportOn() public method

public ReportOn ( HarnessResult result ) : void
result Forseti.Harnesses.HarnessResult
return void

ReportOn() public method

public ReportOn ( IEnumerable harnesses ) : void
harnesses IEnumerable
return void

ReportSummary() public method

public ReportSummary ( IEnumerable harnessResults ) : void
harnessResults IEnumerable
return void

Reporter() public method

public Reporter ( IReportingOptions options ) : System
options IReportingOptions
return System