public HttpEndToEndTests(FunctionAppFixture fixture)
 {
     _fixture = fixture;
 }
 public CosmosDBEndToEndTests(FunctionAppFixture fixture, ITestOutputHelper testOutput)
 {
     _fixture    = fixture;
     _disposeLog = _fixture.TestLogs.UseTestLogger(testOutput);
 }
Ejemplo n.º 3
0
 public StorageEndToEndTests(FunctionAppFixture fixture)
 {
     _fixture = fixture;
 }