コード例 #1
0
 public DevicesControllerTest(TestingWebApplicationFactory <TestStartup> factory)
 {
     // Arrange
     this.factory       = factory;
     this.testingClient = factory.CreateClient();
 }
コード例 #2
0
 public ProductControllerTests(TestingWebApplicationFactory <Startup> factory)
 {
     _client = factory.CreateClient();
 }
コード例 #3
0
 public JsonFileImportControllerTest(TestingWebApplicationFactory <TestStartup> factory)
 {
     this.factory       = factory;
     this.testingClient = factory.CreateClient();
 }
コード例 #4
0
 public HistoryTests(TestingWebApplicationFactory factory) : base(factory)
 {
 }