Property | Type | Description | |
---|---|---|---|
actualDiffProgram | string | ||
arguments | string | ||
diffProgramNotFoundMessage | string | ||
fileTypes | Func |
||
originalDiffProgram | string |
Method | Description | |
---|---|---|
EnsureFileExists ( string approved ) : void | ||
GenericDiffReporter ( string diffProgram, string diffProgramNotFoundMessage ) : System | ||
GenericDiffReporter ( string diffProgram, string argumentsFormat, string diffProgramNotFoundMessage ) : System | ||
GenericDiffReporter ( string diffProgram, string argumentsFormat, string diffProgramNotFoundMessage, Func |
||
GetActualProgramFile ( string fullPath ) : string | ||
GetDiffProgram ( ) : string | ||
GetImageFileTypes ( ) : HashSet |
||
GetLaunchArguments ( string approved, string received ) : ApprovalTests.Reporters.LaunchArgs | ||
GetTextFileTypes ( ) : HashSet |
||
IsFileOneOf ( string forFile, IEnumerable |
||
IsTextFile ( string forFile ) : bool | ||
IsValidFileType ( string forFile ) : bool | ||
IsWorkingInThisEnvironment ( string forFile ) : bool | ||
LaunchAsync ( ApprovalTests.Reporters.LaunchArgs launchArgs ) : void | ||
RegisterImageFileTypes ( ) : void | ||
RegisterTextFileTypes ( ) : void | ||
Report ( string approved, string received ) : void |
Method | Description | |
---|---|---|
GenericDiffReporter ( |
Method | Description | |
---|---|---|
AssertDots ( string extensionsWithDots ) : void | ||
IsMsTest ( ) : bool | ||
Launch ( ApprovalTests.Reporters.LaunchArgs launchArgs, bool waitForExit ) : void |
public static EnsureFileExists ( string approved ) : void | ||
approved | string | |
return | void |
protected GenericDiffReporter ( |
||
info | ||
return | System |
public GenericDiffReporter ( string diffProgram, string diffProgramNotFoundMessage ) : System | ||
diffProgram | string | |
diffProgramNotFoundMessage | string | |
return | System |
public GenericDiffReporter ( string diffProgram, string argumentsFormat, string diffProgramNotFoundMessage ) : System | ||
diffProgram | string | |
argumentsFormat | string | |
diffProgramNotFoundMessage | string | |
return | System |
public GenericDiffReporter ( string diffProgram, string argumentsFormat, string diffProgramNotFoundMessage, Func |
||
diffProgram | string | |
argumentsFormat | string | |
diffProgramNotFoundMessage | string | |
allowedFileTypes | Func |
|
return | System |
public static GetActualProgramFile ( string fullPath ) : string | ||
fullPath | string | |
return | string |
public static GetImageFileTypes ( ) : HashSet |
||
return | HashSet |
public GetLaunchArguments ( string approved, string received ) : ApprovalTests.Reporters.LaunchArgs | ||
approved | string | |
received | string | |
return | ApprovalTests.Reporters.LaunchArgs |
public static IsFileOneOf ( string forFile, IEnumerable |
||
forFile | string | |
filetypes | IEnumerable |
|
return | bool |
public static IsTextFile ( string forFile ) : bool | ||
forFile | string | |
return | bool |
public IsValidFileType ( string forFile ) : bool | ||
forFile | string | |
return | bool |
public IsWorkingInThisEnvironment ( string forFile ) : bool | ||
forFile | string | |
return | bool |
public static LaunchAsync ( ApprovalTests.Reporters.LaunchArgs launchArgs ) : void | ||
launchArgs | ApprovalTests.Reporters.LaunchArgs | |
return | void |
public static RegisterImageFileTypes ( ) : void | ||
return | void |
public static RegisterTextFileTypes ( ) : void | ||
return | void |
public Report ( string approved, string received ) : void | ||
approved | string | |
received | string | |
return | void |
protected string diffProgramNotFoundMessage | ||
return | string |