25 references to AssertLinesMatch
Microsoft.CodeAnalysis.UnitTests (25)
Text\TextLineNewLineTests.cs (25)
416AssertLinesMatch(text1, text2);
435AssertLinesMatch(
449AssertLinesMatch(
458AssertLinesMatch(SourceText.From("abc\r\ndef"), text);
467AssertLinesMatch(SourceText.From("\r\n"), CreateLargeTextWithChunks("\r", "\n"));
473AssertLinesMatch(
481AssertLinesMatch(
489AssertLinesMatch(
508AssertLinesMatch(SourceText.From(content), CreateLargeTextWithChunks(chunks));
518AssertLinesMatch(SourceText.From("abc\r"), subText);
527AssertLinesMatch(
536AssertLinesMatch(
545AssertLinesMatch(
554AssertLinesMatch(SourceText.From("\r"), new SubText(fullText, new TextSpan(0, 1)));
555AssertLinesMatch(SourceText.From("\nabc"), new SubText(fullText, new TextSpan(1, 4)));
562AssertLinesMatch(SourceText.From("abc\r"), new SubText(fullText, new TextSpan(0, 4)));
563AssertLinesMatch(SourceText.From("\n"), new SubText(fullText, new TextSpan(4, 1)));
570AssertLinesMatch(SourceText.From("a\r"), new SubText(fullText, new TextSpan(0, 2)));
571AssertLinesMatch(SourceText.From("\nb\r\nc"), new SubText(fullText, new TextSpan(2, 5)));
595AssertLinesMatch(reference, subText);
606AssertLinesMatch(SourceText.From("abc\r\ndef"), composite);
612AssertLinesMatch(
620AssertLinesMatch(
632AssertLinesMatch(reference, composite);
646AssertLinesMatch(reference, composite);