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