AK.F1.Timing.Serialization.TypeIdAttributeTest.ctor_should_allow_entire_id_range C# (CSharp) Method

ctor_should_allow_entire_id_range() private method

private ctor_should_allow_entire_id_range ( ) : void
return void
        public void ctor_should_allow_entire_id_range()
        {
            Assert.DoesNotThrow(() => { new TypeIdAttribute(Byte.MinValue); });
            Assert.DoesNotThrow(() => { new TypeIdAttribute(Byte.MaxValue); });
        }