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