Exemplo n.º 1
0
 public ResolveByCreatingLazyStrategy(DummyValueCreationSession session)
 {
     this.Session = session;
 }
Exemplo n.º 2
0
 public ResolveByInstantiatingClassUsingDummyValuesAsConstructorArgumentsStrategy(DummyValueCreationSession session)
 {
     this.Session = session;
 }
Exemplo n.º 3
0
 public ResolveByCreatingFakeStrategy(IFakeObjectCreator fakeCreator, DummyValueCreationSession session)
 {
     this.FakeCreator = fakeCreator;
     this.Session     = session;
 }