Esempio n. 1
0
 public void DeleteTest()
 {
     RBTree target = new RBTree(); // TODO: Initialize to an appropriate value
     RBTree.Node z = null; // TODO: Initialize to an appropriate value
     target.Delete(z);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }