コード例 #1
0
 public void MatchTableAdapterConnectionTest()
 {
     TableAdapterManager_Accessor target = new TableAdapterManager_Accessor(); // TODO: Initialize to an appropriate value
     IDbConnection inputConnection = null; // TODO: Initialize to an appropriate value
     bool expected = false; // TODO: Initialize to an appropriate value
     bool actual;
     actual = target.MatchTableAdapterConnection(inputConnection);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }