public void CopyTableTest() { MenuBase target = CreateMenuBase(); // TODO: Initialize to an appropriate value string oldTableName = string.Empty; // TODO: Initialize to an appropriate value string newTableName = string.Empty; bool expected = false; // TODO: Initialize to an appropriate value bool actual; actual = target.CopyTable(oldTableName, newTableName); Assert.AreEqual(expected, actual); Assert.Inconclusive("Verify the correctness of this test method."); }