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