Exemplo n.º 1
0
        public void WriteTo_Throws()
        {
            var info = new CatalogDirInfo();

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