Stores the objects that were activated
Inheritance: Ninject.Components.NinjectComponent, IActivationCache, IPruneable
 public ActivationCacheTests()
 {
     this.testee = new ActivationCache(new Mock<ICachePruner>().Object);
 }
Esempio n. 2
0
 public void SetUp()
 {
     this.testee = new ActivationCache(new Mock<ICachePruner>().Object);
 }