Beispiel #1
0
 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;
 }
Beispiel #2
0
 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;
 }