Summary
Display Expected and Actual lines for given values, including
a tolerance value on the Expected line.
- Namespace
- TCLite
.Constraints - Containing Type
- MessageWriter
Syntax
public abstract void DisplayDifferences(object expected, object actual, Tolerance tolerance)
Parameters
Name | Type | Description |
---|---|---|
expected | object | The expected value |
actual | object | The actual value causing the failure |
tolerance | Tolerance | The tolerance within which the test was made |
Return Value
Type | Description |
---|---|
void |