コード例 #1
0
 public EventHubsEndToEndTests(FunctionAppFixture fixture)
 {
     _fixture = fixture;
 }
コード例 #2
0
 public CosmosDBEndToEndTests(FunctionAppFixture fixture)
 {
     this._fixture = fixture;
 }
コード例 #3
0
 public HttpEndToEndTests(FunctionAppFixture fixture)
 {
     _fixture = fixture;
 }
コード例 #4
0
 public StorageEndToEndTests(FunctionAppFixture fixture)
 {
     _fixture = fixture;
 }