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