예제 #1
0
 public HttpEndToEndTests(FunctionAppFixture fixture)
 {
     _fixture = fixture;
 }
예제 #2
0
 public ServiceBusEndToEndTests(FunctionAppFixture fixture)
 {
     _fixture = fixture;
 }
 public EventHubsEndToEndTests(FunctionAppFixture fixture)
 {
     _fixture = fixture;
 }
예제 #4
0
 public StorageEndToEndTests(FunctionAppFixture fixture)
 {
     _fixture = fixture;
 }
 public CosmosDBEndToEndTests(FunctionAppFixture fixture)
 {
     this._fixture = fixture;
 }