示例#1
0
        public void TestCacheAll()
        {
            var cache = new ReflectionCache();

            cache.CacheFromBinder(this.binder);

            Assert.True(cache.Contains(typeof(MockIClassWithAttributes)));
            Assert.True(cache.Contains(typeof(MockClassWithDependencies)));
        }