Example #1
0
 public void TestTreeRemoveRow()
 {
     Tree tree = new Tree("tree").AddRow(10);
     Assert.AreEqual(tree, tree.RemoveRow(10));
 }