Пример #1
0
        public void TestCache()
        {
            string    str = Compressed.readCompressed("json.txt", false);
            Caches    ch  = new Caches();
            Catalogue c   = ch.RestoreTo <Catalogue>(str);

            Assert.IsNotNull(c);
        }