Exemplo n.º 1
0
 public void TestTreeAddRow()
 {
     Tree tree = new Tree("tree");
     Assert.AreEqual(tree, tree.AddRow(2));
 }