コード例 #1
0
 public void InsertRowTest()
 {
     CarBuildController target = new CarBuildController(); // TODO: Initialize to an appropriate value
     string MakeName = string.Empty; // TODO: Initialize to an appropriate value
     int CreatedBy = 0; // TODO: Initialize to an appropriate value
     target.InsertRow(MakeName, CreatedBy);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }