Exemplo n.º 1
0
 public LoginControllerTests(CustomWebApplicationFactory <Startup> factory)
     : base(factory)
 {
 }
 public ApplicationTestBase(CustomWebApplicationFactory <Startup> factory, string service)
     : base(factory)
 {
     this.service = service;
 }
 public DashboardTests(CustomWebApplicationFactory <Startup> factory)
     : base(factory)
 {
 }
 public CurrentUserTests(CustomWebApplicationFactory <Startup> factory)
     : base(factory)
 {
 }