コード例 #1
0
 public void GetAllUserTypeDetailsTest()
 {
     SmartGridContracts target = new SmartGridContracts(); // TODO: Initialize to an appropriate value
     List<UserTypeDto> expected = null; // TODO: Initialize to an appropriate value
     List<UserTypeDto> actual;
     actual = target.GetAllUserTypeDetails();
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }