public NorthwindCompiledQueryInMemoryTest(NorthwindQueryInMemoryFixture <NoopModelCustomizer> fixture)
     : base(fixture)
 {
 }
 public AsyncSimpleQueryInMemoryTest(NorthwindQueryInMemoryFixture <NoopModelCustomizer> fixture)
     : base(fixture)
 {
 }
Exemplo n.º 3
0
 public AsTrackingInMemoryTest(NorthwindQueryInMemoryFixture <NoopModelCustomizer> fixture)
     : base(fixture)
 {
 }
Exemplo n.º 4
0
 public FiltersInMemoryTest(NorthwindQueryInMemoryFixture <NorthwindFiltersCustomizer> fixture, ITestOutputHelper testOutputHelper)
     : base(fixture)
 {
     //TestLoggerFactory.TestOutputHelper = testOutputHelper;
 }
 public NorthwindIncludeQueryInMemoryTest(NorthwindQueryInMemoryFixture <NoopModelCustomizer> fixture, ITestOutputHelper testOutputHelper)
     : base(fixture)
 {
     //TestLoggerFactory.TestOutputHelper = testOutputHelper;
 }
 public NorthwindQueryTaggingQueryInMemoryTest(
     NorthwindQueryInMemoryFixture <NoopModelCustomizer> fixture,
     ITestOutputHelper testOutputHelper)
     : base(fixture)
 {
 }