Esempio n. 1
0
 public virtual void TestCache()
 {
     Assert.Equal(0, CacheSize());
     DoTestCache();
     Assert.Equal(toConstruct.Length, CacheSize());
     ReflectionUtils.ClearCache();
     Assert.Equal(0, CacheSize());
 }
Esempio n. 2
0
 public virtual void SetUp()
 {
     ReflectionUtils.ClearCache();
 }