コード例 #1
0
        public void TestTextCharExceptionAutoIncrement()
        {
            IColumn column = new TextColumn("description");

            Assert.Throws <Exception>(() => column.AutoIncrement());
        }