예제 #1
0
 public void GetAllUsersContactDetailsTest()
 {
     SmartGridContracts target = new SmartGridContracts(); // TODO: Initialize to an appropriate value
     List<UserContactDetailsDto> expected = null; // TODO: Initialize to an appropriate value
     List<UserContactDetailsDto> actual;
     actual = target.GetAllUsersContactDetails();
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }