Esempio n. 1
0
 public AsyncGroupByQueryFbTest(NorthwindQueryFbFixture <NoopModelCustomizer> fixture, ITestOutputHelper testOutputHelper)
     : base(fixture)
 {
 }
Esempio n. 2
0
 public NorthwindNavigationsQueryFbTest(NorthwindQueryFbFixture <NoopModelCustomizer> fixture)
     : base(fixture)
 {
 }
 public NorthwindQueryFiltersQueryFbTest(NorthwindQueryFbFixture <NorthwindQueryFiltersCustomizer> fixture)
     : base(fixture)
 {
 }
Esempio n. 4
0
 public AsyncFromSqlQueryFbTest(NorthwindQueryFbFixture <NoopModelCustomizer> fixture)
     : base(fixture)
 {
 }
Esempio n. 5
0
 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)
 {
 }
Esempio n. 10
0
 public IncludeAsyncFbTest(NorthwindQueryFbFixture <NoopModelCustomizer> fixture)
     : base(fixture)
 {
 }
 public SqlExecutorFbTest(NorthwindQueryFbFixture <NoopModelCustomizer> fixture)
     : base(fixture)
 {
 }
 public ChangeTrackingFbTest(NorthwindQueryFbFixture <NoopModelCustomizer> fixture)
     : base(fixture)
 {
 }
Esempio n. 13
0
 public FiltersFbTest(NorthwindQueryFbFixture <NorthwindFiltersCustomizer> fixture, ITestOutputHelper testOutputHelper)
     : base(fixture)
 {
 }