Ejemplo n.º 1
0
        public void WriteTo_Throws()
        {
            var key = new AttributeKey();

            Assert.Throws <NotImplementedException>(() => key.WriteTo(Array.Empty <byte>(), 0));
        }