Exemplo n.º 1
0
 public void UpdateNodeTest()
 {
     NodeDataManager target = new NodeDataManager(); // TODO: Initialize to an appropriate value
     NodeDto dto = null; // TODO: Initialize to an appropriate value
     target.UpdateNode(dto);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }