public ConstructorArgumentViewModel(IServiceMock service) { Service = service; }
public EventListenerMock(IServiceMock service) { _service = service; }
public ConstructorArgumentView(IServiceMock service) { Service = service; ViewModelLocator.SetAutowireViewModel(this, true); }
public KinesisDataInvoiceProcessor(IServiceMock serviceMock) { this.serviceMock = serviceMock ?? throw new System.ArgumentNullException(nameof(serviceMock)); }
//----------------------------------------------------------------// public Boolean TryAddServiceMock <Service>(IServiceMock _serviceMock) where Service : class { Type type = typeof(Service); return(_serviceMocks.TryAdd(type, _serviceMock)); }
public ScopeMock(IServiceMock serviceA, IServiceMock serviceB) { this.ServiceA = serviceA; this.ServiceB = serviceB; }