コード例 #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;
 }