4 references to RecordsToString
System.Windows.Forms.Primitives.TestUtilities (4)
Metafiles\EmfValidateHelper.cs (1)
30
sb.AppendLine($"{emf.
RecordsToString
()}```\r\n");
Metafiles\Validators\EmfValidator.cs (3)
43
$"\nValidator index {currentIndex}: {currentValidator!.GetType().Name} failed\n\n{emf.
RecordsToString
()}",
49
Assert.False(IsRenderingRecord(record.Type), $"Got unexpected {record.Type}\n\n{emf.
RecordsToString
()}");
60
$"{currentValidator.GetType().Name} did not receive expected records\n\n{emf.
RecordsToString
()}");