Deveel.Data.SelectSequenceTests.IncrementBy C# (CSharp) Method

IncrementBy() private method

private IncrementBy ( ) : void
return void
        public void IncrementBy()
        {
            var value = SelectScalar("increment_by");

            Assert.IsNotNull(value);
            Assert.IsFalse(Field.IsNullField(value));

            Assert.IsInstanceOf<NumericType>(value.Type);
        }