public FieldResolverFactoryTests(NorthwindFixture northwindFixture, ITestOutputHelper testOutputHelper)
     : base(northwindFixture)
 {
     SetTestOutputHelper(testOutputHelper);
 }
Example #2
0
 public ConcurrentQueryTest(NorthwindFixture northwindFixture, ITestOutputHelper output)
     : base(northwindFixture)
 {
     SetTestOutputHelper(output);
 }
Example #3
0
 public QueryTests(NorthwindFixture northwindFixture, ITestOutputHelper testOutputHelper)
     : base(northwindFixture)
 {
     SetTestOutputHelper(testOutputHelper);
 }