public ChildScope(FakeScope parentScope, IFakeObjectContainer container) { this.parentScope = parentScope; this.rulesField = new Dictionary <FakeManager, List <CallRuleMetadata> >(); this.recordedCallsGroupedByFakeManager = new Dictionary <FakeManager, List <ICompletedFakeObjectCall> >(); this.recordedCalls = new LinkedList <ICompletedFakeObjectCall>(); this.fakeObjectContainerField = container; }
public ChildScope(FakeScope parentScope, IFakeObjectContainer container) { this.parentScope = parentScope; this.rulesField = new Dictionary<FakeManager, List<CallRuleMetadata>>(); this.recordedCallsGroupedByFakeManager = new Dictionary<FakeManager, List<ICompletedFakeObjectCall>>(); this.recordedCalls = new LinkedList<ICompletedFakeObjectCall>(); this.fakeObjectContainerField = container; }