Summary
Display Expected and Actual lines for given values. This
method may be called by constraints that need more control over
the display of actual and expected values than is provided
by the default implementation.
- Namespace
- TCLite
.Constraints - Containing Type
- MessageWriter
Syntax
public abstract void DisplayDifferences(object expected, object actual)
Parameters
Name | Type | Description |
---|---|---|
expected | object | The expected value |
actual | object | The actual value causing the failure |
Return Value
Type | Description |
---|---|
void |