public AsyncGroupByQueryFbTest(NorthwindQueryFbFixture <NoopModelCustomizer> fixture, ITestOutputHelper testOutputHelper) : base(fixture) { }
public NorthwindNavigationsQueryFbTest(NorthwindQueryFbFixture <NoopModelCustomizer> fixture) : base(fixture) { }
public NorthwindQueryFiltersQueryFbTest(NorthwindQueryFbFixture <NorthwindQueryFiltersCustomizer> fixture) : base(fixture) { }
public AsyncFromSqlQueryFbTest(NorthwindQueryFbFixture <NoopModelCustomizer> fixture) : base(fixture) { }
public SimpleQueryFbTest(NorthwindQueryFbFixture <NoopModelCustomizer> fixture, ITestOutputHelper testOutputHelper) : base(fixture) { }
public NorthwindSelectQueryFbTest(NorthwindQueryFbFixture <NoopModelCustomizer> fixture) : base(fixture) { }
public CompiledQueryFbTest(NorthwindQueryFbFixture <NoopModelCustomizer> fixture) : base(fixture) { }
public NorthwindAsNoTrackingQueryFbTest(NorthwindQueryFbFixture <NoopModelCustomizer> fixture) : base(fixture) { }
public NorthwindAsyncSimpleQueryFbTest(NorthwindQueryFbFixture <NoopModelCustomizer> fixture) : base(fixture) { }
public IncludeAsyncFbTest(NorthwindQueryFbFixture <NoopModelCustomizer> fixture) : base(fixture) { }
public SqlExecutorFbTest(NorthwindQueryFbFixture <NoopModelCustomizer> fixture) : base(fixture) { }
public ChangeTrackingFbTest(NorthwindQueryFbFixture <NoopModelCustomizer> fixture) : base(fixture) { }
public FiltersFbTest(NorthwindQueryFbFixture <NorthwindFiltersCustomizer> fixture, ITestOutputHelper testOutputHelper) : base(fixture) { }