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