Launch(string, string)
Launches a diff tool to compare two files.
Declaration
void Launch(string actualPath, string expectedPath)Parameters
| Type | Name | Description |
|---|---|---|
| string | actualPath | The path to the actual (generated) file. |
| string | expectedPath | The path to the expected file. |