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