예제 #1
0
 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);
 }