public abstract DisplayStringDifferences ( string expected, string actual, int mismatch, bool ignoreCase, bool clipping ) : void | ||
expected | string | The expected string value |
actual | string | The actual string value |
mismatch | int | The point at which the strings don't match or -1 |
ignoreCase | bool | If true, case is ignored in locating the point where the strings differ |
clipping | bool | If true, the strings should be clipped to fit the line |
return | void |