public void CousinTest()
        {
            IATCTable target   = CreateclsATCTable(); // TODO: Initialize to an appropriate value
            IATCTable expected = null;                // TODO: Initialize to an appropriate value
            IATCTable actual;

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