コード例 #1
0
 public void SortSelfReferenceRowsTest()
 {
     TableAdapterManager_Accessor target = new TableAdapterManager_Accessor(); // TODO: Initialize to an appropriate value
     DataRow[] rows = null; // TODO: Initialize to an appropriate value
     DataRelation relation = null; // TODO: Initialize to an appropriate value
     bool childFirst = false; // TODO: Initialize to an appropriate value
     target.SortSelfReferenceRows(rows, relation, childFirst);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }