Exemplo n.º 1
0
 public void GetAllNodesTest()
 {
     NodeDataManager target = new NodeDataManager(); // TODO: Initialize to an appropriate value
     List<NodeDto> expected = null; // TODO: Initialize to an appropriate value
     List<NodeDto> actual;
     actual = target.GetAllNodes();
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }