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

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