Ejemplo n.º 1
0
        public void ReadNullableUInt64_Null()
        {
            var encoder = new ClassicDecoder(StringToBuffer("01-00-00"));

            Assert.AreEqual(null, encoder.ReadNullableUInt64());
        }