25 references to VerifyAssertLineByLine
Microsoft.Build.Engine.OM.UnitTests (4)
Construction\ElementLocationPublic_Tests.cs (1)
199Helpers.VerifyAssertLineByLine(expected, locations);
Construction\ProjectRootElement_Tests.cs (2)
589Helpers.VerifyAssertLineByLine(expected, builder.ToString()); 619Helpers.VerifyAssertLineByLine(expected, actual);
Definition\DefinitionEditing_Tests.cs (1)
1147Helpers.VerifyAssertLineByLine(before, project.Xml.RawXml);
Microsoft.Build.Engine.UnitTests (21)
Construction\ElementLocation_Tests.cs (1)
341Helpers.VerifyAssertLineByLine(readWriteLoadLocations, readOnlyLoadLocations);
Construction\SolutionProjectGenerator_Tests.cs (1)
871Helpers.VerifyAssertLineByLine(expected, solutionConfigurationContents);
Evaluation\Preprocessor_Tests.cs (19)
69Helpers.VerifyAssertLineByLine(expected, writer.ToString()); 114Helpers.VerifyAssertLineByLine(expected, writer.ToString()); 158Helpers.VerifyAssertLineByLine(expected, writer.ToString()); 202Helpers.VerifyAssertLineByLine(expected, writer.ToString()); 249Helpers.VerifyAssertLineByLine(expected, writer.ToString()); 284Helpers.VerifyAssertLineByLine(expected, writer.ToString()); 331Helpers.VerifyAssertLineByLine(expected, writer.ToString()); 404Helpers.VerifyAssertLineByLine(expected, writer.ToString()); 457Helpers.VerifyAssertLineByLine(expected, writer.ToString()); 532Helpers.VerifyAssertLineByLine(expected, writer.ToString()); 594Helpers.VerifyAssertLineByLine(expected, writer.ToString()); 655Helpers.VerifyAssertLineByLine(expected, writer.ToString()); 693Helpers.VerifyAssertLineByLine(expected, writer.ToString()); 775Helpers.VerifyAssertLineByLine(expected, writer.ToString()); 806Helpers.VerifyAssertLineByLine(expected, writer.ToString()); 842Helpers.VerifyAssertLineByLine(expected, writer.ToString()); 931Helpers.VerifyAssertLineByLine(expected, writer.ToString()); 1046Helpers.VerifyAssertLineByLine(expected, actual); 1211Helpers.VerifyAssertLineByLine(expected, writer.ToString());