Beispiel #1
0
 public void AddNodeTest()
 {
     mainForm_Accessor target = new mainForm_Accessor(); // TODO: Initialize to an appropriate value
     TreeNode node = null; // TODO: Initialize to an appropriate value
     bool expected = false; // TODO: Initialize to an appropriate value
     bool actual;
     actual = target.AddNode(node);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }