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