public ScopingHandlerDecoratorTest()
        {
            this.handler = A.Fake<IHandler>();
            this.scopeHolder = A.Fake<IEventScopeHolder>();

            this.testee = new ScopingHandlerDecorator(this.handler, this.scopeHolder);
        }
Пример #2
0
        public ScopingHandlerDecoratorTest()
        {
            this.handler     = A.Fake <IHandler>();
            this.scopeHolder = A.Fake <IEventScopeHolder>();

            this.testee = new ScopingHandlerDecorator(this.handler, this.scopeHolder);
        }