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