コード例 #1
0
 public void TestDeleteCurrentLine01()
 {
     textCore.SetCursorPosition(2, 2);
     textCore.DeleteCurrentLine();
     Assert.AreEqual(textCore.GetLine(2), "\tworld".ToCharArray());
 }