ApprovalTests.Reporters.ExecutableQueryFailure.ExecutableQueryFailure C# (CSharp) Method

ExecutableQueryFailure() public method

public ExecutableQueryFailure ( IExecutableQuery query, IApprovalFailureReporter reporter ) : System.IO
query IExecutableQuery
reporter IApprovalFailureReporter
return System.IO
        public ExecutableQueryFailure(IExecutableQuery query, IApprovalFailureReporter reporter)
        {
            this.query = query;
            this.reporter = reporter;
        }