Ejemplo n.º 1
0
 public void DeleteBranchResistanceTest()
 {
     SmartGridContracts target = new SmartGridContracts(); // TODO: Initialize to an appropriate value
     BranchResistanceDto dto = null; // TODO: Initialize to an appropriate value
     target.DeleteBranchResistance(dto);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }