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