/// <summary>
 /// Write the generic 'Expected' line for a constraint
 /// </summary>
 /// <param name="constraint">The constraint that failed</param>
 private void WriteExpectedLine(Constraint constraint)
 {
     Write(Pfx_Expected);
     constraint.WriteDescriptionTo(this);
     WriteLine();
 }
 /// <summary>
 /// Write the generic 'Expected' line for a constraint
 /// </summary>
 /// <param name="constraint">The constraint that failed</param>
 private void WriteExpectedLine(Constraint constraint)
 {
     Write(Pfx_Expected);
     constraint.WriteDescriptionTo(this);
     WriteLine();
 }