Exemplo n.º 1
0
 public void DeleteRowTest()
 {
     CarModelModel target = new CarModelModel(); // TODO: Initialize to an appropriate value
     int mmid = 0; // TODO: Initialize to an appropriate value
     int expected = 0; // TODO: Initialize to an appropriate value
     int actual;
     actual = target.DeleteRow(mmid);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }