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