6 references to VerifyAssertLineByLine
Microsoft.Build.Engine.OM.UnitTests (4)
Construction\ProjectFormatting_Tests.cs (1)
491Helpers.VerifyAssertLineByLine(expected, actual, false, _testOutput);
Construction\ProjectMetadataElement_Tests.cs (1)
1279Helpers.VerifyAssertLineByLine(expected, actual, false, _testOutput);
Construction\ProjectRootElement_Tests.cs (1)
1987Helpers.VerifyAssertLineByLine(expected, actual, false);
Construction\WhiteSpacePreservation_Tests.cs (1)
494Helpers.VerifyAssertLineByLine(expected, actual, false);
Microsoft.Build.UnitTests.Shared (2)
ObjectModelHelpers.cs (2)
1595VerifyAssertLineByLine(expected, project.RawXml, ignoreFirstLineOfActual); 1603VerifyAssertLineByLine(expected, actual, false /* do not ignore first line */);