コード例 #1
0
 public void UpdateDeletedRowsTest()
 {
     TableAdapterManager_Accessor target = new TableAdapterManager_Accessor(); // TODO: Initialize to an appropriate value
     taxi_managementDataSet dataSet = null; // TODO: Initialize to an appropriate value
     List<DataRow> allChangedRows = null; // TODO: Initialize to an appropriate value
     int expected = 0; // TODO: Initialize to an appropriate value
     int actual;
     actual = target.UpdateDeletedRows(dataSet, allChangedRows);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }