Click or drag to resize
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.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax
C#
public override void WriteActualValueTo(
	MessageWriter writer
)

Parameters

writer
Type: MessageWriter
The writer on which the actual value is displayed
See Also