public FieldResolverFactoryTests(NorthwindFixture northwindFixture, ITestOutputHelper testOutputHelper) : base(northwindFixture) { SetTestOutputHelper(testOutputHelper); }
public ConcurrentQueryTest(NorthwindFixture northwindFixture, ITestOutputHelper output) : base(northwindFixture) { SetTestOutputHelper(output); }
public QueryTests(NorthwindFixture northwindFixture, ITestOutputHelper testOutputHelper) : base(northwindFixture) { SetTestOutputHelper(testOutputHelper); }