Method | Description | |
---|---|---|
LaunchApplication ( string expectedFilePath, string actualFilePath ) : void |
Launch application to compare two files
|
|
OutputFiles ( List |
Create two difference files and compare in WinMerge
|
public abstract LaunchApplication ( string expectedFilePath, string actualFilePath ) : void | ||
expectedFilePath | string | The path for the expected file results |
actualFilePath | string | The path for the actual file results |
return | void |
public OutputFiles ( List |
||
differences | List |
A list of the differences |
expectedFilePath | string | The path to write the expected results |
actualFilePath | string | The path to write the actual results |
return | void |