Property | Type | Description | |
---|---|---|---|
approved | string | ||
failure | ApprovalTests.Core.Exceptions.ApprovalException | ||
namer | IApprovalNamer | ||
normalizeLineEndingsForTextFiles | bool | ||
received | string | ||
writer | IApprovalWriter |
Method | Description | |
---|---|---|
Approve ( string approvedPath, string receivedPath ) : ApprovalTests.Core.Exceptions.ApprovalException | ||
Approve ( ) : bool | ||
CleanUpAfterSuccess ( IApprovalFailureReporter reporter ) : void | ||
Fail ( ) : void | ||
FileApprover ( IApprovalWriter writer, IApprovalNamer namer ) : System.Collections.Generic | ||
FileApprover ( IApprovalWriter writer, IApprovalNamer namer, bool normalizeLineEndingsForTextFiles ) : System.Collections.Generic | ||
ReportFailure ( IApprovalFailureReporter reporter ) : void |
Method | Description | |
---|---|---|
Compare ( ICollection |
||
Compare ( ICollection |
public Approve ( string approvedPath, string receivedPath ) : ApprovalTests.Core.Exceptions.ApprovalException | ||
approvedPath | string | |
receivedPath | string | |
return | ApprovalTests.Core.Exceptions.ApprovalException |
public CleanUpAfterSuccess ( IApprovalFailureReporter reporter ) : void | ||
reporter | IApprovalFailureReporter | |
return | void |
public FileApprover ( IApprovalWriter writer, IApprovalNamer namer ) : System.Collections.Generic | ||
writer | IApprovalWriter | |
namer | IApprovalNamer | |
return | System.Collections.Generic |
public FileApprover ( IApprovalWriter writer, IApprovalNamer namer, bool normalizeLineEndingsForTextFiles ) : System.Collections.Generic | ||
writer | IApprovalWriter | |
namer | IApprovalNamer | |
normalizeLineEndingsForTextFiles | bool | |
return | System.Collections.Generic |
public ReportFailure ( IApprovalFailureReporter reporter ) : void | ||
reporter | IApprovalFailureReporter | |
return | void |
public ApprovalException,ApprovalTests.Core.Exceptions failure | ||
return | ApprovalTests.Core.Exceptions.ApprovalException |
public bool normalizeLineEndingsForTextFiles | ||
return | bool |