UnityEngine.NUnit.Framework.Constraints.MessageWriter.DisplayDifferences C# (CSharp) Method

DisplayDifferences() public abstract method

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.
public abstract DisplayDifferences ( object expected, object actual ) : void
expected object The expected value
actual object The actual value causing the failure
return void
		public abstract void DisplayDifferences(object expected, object actual);

Same methods

MessageWriter::DisplayDifferences ( Constraint constraint ) : void
MessageWriter::DisplayDifferences ( object expected, object actual, Tolerance tolerance ) : void