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