示例#1
0
 public SUTDependencyResolver(IManageFakes fake_accessor, ICreateDelegatesThatThrowExceptions delegate_that_throw_exceptions_factory)
 {
     this.fake_accessor = fake_accessor;
     this.delegate_that_throw_exceptions_factory = delegate_that_throw_exceptions_factory;
     this.method_factory = this.create_method_factory();
 }
 public SUTDependencyResolver(IManageFakes fake_accessor, ICreateDelegatesThatThrowExceptions delegate_that_throw_exceptions_factory)
 {
     this.fake_accessor = fake_accessor;
     this.delegate_that_throw_exceptions_factory = delegate_that_throw_exceptions_factory;
     this.method_factory = this.create_method_factory();
 }