Deveel.Data.CreateSequenceTests.Existing_Native C# (CSharp) Method

Existing_Native() private method

private Existing_Native ( ) : void
return void
        public void Existing_Native()
        {
            var tableName = SystemSchema.TableInfoTableName;

            Assert.Throws<StatementException>(() => AdminQuery.CreateSequence(tableName));
        }