public AbstractEventScopeContextTest()
        {
            this.eventScope = A.Fake<IEventScopeInternal>();
            this.eventScopeFactory = A.Fake<IEventScopeFactory>();

            this.testee = new TestAbstractEventScopeContext(this.eventScopeFactory);
        }
Exemple #2
0
        public AbstractEventScopeContextTest()
        {
            this.eventScope        = A.Fake <IEventScopeInternal>();
            this.eventScopeFactory = A.Fake <IEventScopeFactory>();

            this.testee = new TestAbstractEventScopeContext(this.eventScopeFactory);
        }