public void GetAllNodeActiveLoadsTest()
 {
     NodeActiveLoadDataManager target = new NodeActiveLoadDataManager(); // 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.");
 }