Example #1
0
        public void TestCacheSetAndGet()
        {
            var dd    = new DeviceDetector();
            var cache = new DictionaryCache();

            dd.SetCache(cache);
            dd.GetCache().Should().BeOfType <DictionaryCache>();
        }