public void ClearDataTest()
        {
            IATCTable target = CreateclsATCTable(); // TODO: Initialize to an appropriate value

            target.ClearData();
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }