Example #1
0
 public SimpleQueryTests(ITestOutputHelper output)
 {
     this.services = new TestingServices(output);
     this.logger   = this.services.GetRequiredService <ILogger <SimpleQueryTests> >();
 }
Example #2
0
 public TestConnection(ITestOutputHelper output)
 {
     this.services = new TestingServices(output);
     this.logger   = this.services.GetRequiredService <ILogger <TestConnection> >();
 }