public void FieldNumberTest()
        {
            IATCTable target     = CreateclsATCTable(); // TODO: Initialize to an appropriate value
            string    aFieldName = string.Empty;        // TODO: Initialize to an appropriate value
            int       expected   = 0;                   // TODO: Initialize to an appropriate value
            int       actual;

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