public void WriteFileTest()
        {
            IATCTable target    = CreateclsATCTable(); // TODO: Initialize to an appropriate value
            string    aFilename = string.Empty;        // TODO: Initialize to an appropriate value
            bool      expected  = false;               // TODO: Initialize to an appropriate value
            bool      actual;

            actual = target.WriteFile(aFilename);
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }