public SubscriberAppServiceTest(SharedFixture sharedFixture)
        {
            //Constructor injected by xunit
            _sharedFixture = sharedFixture;

            var emailManager    = new EmailManager(_sharedFixture.PathProvider, _sharedFixture.Configuration);
            var templateManager = new TemplateManager(_sharedFixture.Configuration);

            _subscriberAppService = new SubscriberAppService(CrudServicesAsync, emailManager, templateManager, _sharedFixture.Configuration);
        }
 public FlareUpDetectionTests(SharedFixture sharedFixture) : base(sharedFixture)
 {
     _service = GetService <IFlareUpDetectionService>();
 }
Exemple #3
0
 public GetOneTests(SharedFixture sharedFixture) : base(sharedFixture)
 {
 }
Exemple #4
0
 public PutTests(SharedFixture sharedFixture) : base(sharedFixture)
 {
 }
 public GetAccountTypeTests(SharedFixture sharedFixture) : base(sharedFixture)
 {
 }
Exemple #6
0
 public CancelTests(SharedFixture sharedFixture) : base(sharedFixture)
 {
 }
 public NotificationsTest(SharedFixture sharedFixture)
 {
     //Constructor injected by xunit
     _sharedFixture = sharedFixture;
 }
Exemple #8
0
 public UserServiceTests(SharedFixture sharedFixture) : base(sharedFixture)
 {
     _userService = GetService <IUserService>();
 }
Exemple #9
0
 public SearchCustomersTests(SharedFixture fixture) : base(fixture)
 {
 }
Exemple #10
0
 public DeleteTests(SharedFixture sharedFixture) : base(sharedFixture)
 {
 }
Exemple #11
0
 public GetAssignedPatientsTests(SharedFixture sharedFixture) : base(sharedFixture)
 {
 }
Exemple #12
0
 public GetCurrentTests(SharedFixture sharedFixture) : base(sharedFixture)
 {
 }
Exemple #13
0
 public VerifyTests(SharedFixture sharedFixture) : base(sharedFixture)
 {
 }
Exemple #14
0
 public GetByIdTests(SharedFixture sharedFixture) : base(sharedFixture)
 {
 }
Exemple #15
0
 public GetAllTests(SharedFixture sharedFixture) : base(sharedFixture)
 {
 }
Exemple #16
0
 public CreateCustomerTests(SharedFixture fixture) : base(fixture)
 {
 }
Exemple #17
0
 public GetRecommendedTests(SharedFixture sharedFixture) : base(sharedFixture)
 {
 }
 public GetCustomerByIdTests(SharedFixture fixture) : base(fixture)
 {
 }
 public ChangeOfficeHoursTests(SharedFixture sharedFixture) : base(sharedFixture)
 {
 }