C# Class Forseti.Harnesses.HarnessCaseReporter

显示文件 Open project: dolittle/Forseti

Public Properties

Property Type Description
HarnessResult HarnessResult

Public Methods

Method Description
ReportFailedCase ( string description, string @case, string message, string filename ) : void
ReportPassedCase ( string description, string @case, string filename ) : void

Private Methods

Method Description
ParseMessage ( string message ) : string
Report ( string filename, string description, string @case, bool success = true, string message = "" ) : void

Method Details

ReportFailedCase() public static method

public static ReportFailedCase ( string description, string @case, string message, string filename ) : void
description string
@case string
message string
filename string
return void

ReportPassedCase() public static method

public static ReportPassedCase ( string description, string @case, string filename ) : void
description string
@case string
filename string
return void

Property Details

HarnessResult public_oe static_oe property

public static HarnessResult,Forseti.Harnesses HarnessResult
return HarnessResult