public void GetAllNodeTypesTest() { NodeTypeDataManager target = new NodeTypeDataManager(); // TODO: Initialize to an appropriate value List<NodeTypeDto> expected = null; // TODO: Initialize to an appropriate value List<NodeTypeDto> actual; actual = target.GetAllNodeTypes(); Assert.AreEqual(expected, actual); Assert.Inconclusive("Verify the correctness of this test method."); }