Esempio n. 1
0
 protected void AssertLines(params string[] expectedLines)
 {
     CollectionAssert.AreEqual(expectedLines, lines.Debug_GetLinesText(), "Lines");
 }