public void GetDTableTest() { CDBase target = new CDBase(); // TODO: Initialize to an appropriate value string SQL = string.Empty; // TODO: Initialize to an appropriate value DataTable expected = null; // TODO: Initialize to an appropriate value DataTable actual; actual = target.GetDTable(SQL); Assert.AreEqual(expected, actual); Assert.Inconclusive("Verify the correctness of this test method."); }