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