public FactoryInterceptorTests()
 {
     this.resolutionRootMock = new Mock<IResolutionRoot>();
     this.instanceProviderMock = new Mock<IInstanceProvider>();
     this.testee = new FactoryInterceptor(this.resolutionRootMock.Object, this.instanceProviderMock.Object);
 }
 public FactoryInterceptorTests()
 {
     this.resolutionRootMock   = new Mock <IResolutionRoot>();
     this.instanceProviderMock = new Mock <IInstanceProvider>();
     this.testee = new FactoryInterceptor(this.resolutionRootMock.Object, this.instanceProviderMock.Object);
 }