コード例 #1
0
 public void DeleteUserTypeDetailsTest()
 {
     SmartGridContracts target = new SmartGridContracts(); // TODO: Initialize to an appropriate value
     UserTypeDto dto = null; // TODO: Initialize to an appropriate value
     target.DeleteUserTypeDetails(dto);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }