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