コード例 #1
0
 public void GetRealUpdatedRowsTest()
 {
     TableAdapterManager_Accessor target = new TableAdapterManager_Accessor(); // TODO: Initialize to an appropriate value
     DataRow[] updatedRows = null; // TODO: Initialize to an appropriate value
     List<DataRow> allAddedRows = null; // TODO: Initialize to an appropriate value
     DataRow[] expected = null; // TODO: Initialize to an appropriate value
     DataRow[] actual;
     actual = target.GetRealUpdatedRows(updatedRows, allAddedRows);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }