Пример #1
0
 public void GetUserSystemInformationDetailsByUserIdTest()
 {
     SmartGridContracts target = new SmartGridContracts(); // TODO: Initialize to an appropriate value
     int UserId = 0; // TODO: Initialize to an appropriate value
     UserSystemInformationDto expected = null; // TODO: Initialize to an appropriate value
     UserSystemInformationDto actual;
     actual = target.GetUserSystemInformationDetailsByUserId(UserId);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }