public void OpenAnyTableTest()
        {
            string    aFilename = string.Empty; // TODO: Initialize to an appropriate value
            IATCTable expected  = null;         // TODO: Initialize to an appropriate value
            IATCTable actual;

            actual = TableOpener.OpenAnyTable(aFilename);
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
        public void TableOpenerConstructorTest()
        {
            TableOpener target = new TableOpener();

            Assert.Inconclusive("TODO: Implement code to verify target");
        }