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