C# Class ApprovalTests.Reporters.ExecutableQueryFailure

Inheritance: IApprovalFailureReporter, IApprovalReporterWithCleanUp
ファイルを表示 Open project: approvals/ApprovalTests.Net

Public Methods

Method Description
CleanUp ( string approved, string received ) : void
ExecutableQueryFailure ( IExecutableQuery query, IApprovalFailureReporter reporter ) : System.IO
Report ( string approved, string received ) : void

Private Methods

Method Description
ExecuteQuery ( string fileName ) : ApprovalTests.Reporters.QueryResult
RunQueryAndGetPath ( string fileName, ApprovalTests.Reporters.QueryResult result ) : string

Method Details

CleanUp() public method

public CleanUp ( string approved, string received ) : void
approved string
received string
return void

ExecutableQueryFailure() public method

public ExecutableQueryFailure ( IExecutableQuery query, IApprovalFailureReporter reporter ) : System.IO
query IExecutableQuery
reporter IApprovalFailureReporter
return System.IO

Report() public method

public Report ( string approved, string received ) : void
approved string
received string
return void