JSONConstraintWriteActualValueTo Method |
Write the actual value for a failing constraint test to a
MessageWriter. The default implementation simply writes
the raw value of actual, leaving it to the writer to
perform any formatting.
Namespace: CMS.TestsAssembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax public override void WriteActualValueTo(
MessageWriter writer
)
Parameters
- writer
- Type: MessageWriter
The writer on which the actual value is displayed
See Also