public NorthwindCompiledQueryInMemoryTest(NorthwindQueryInMemoryFixture <NoopModelCustomizer> fixture)
     : base(fixture)
 {
 }
 public AsyncSimpleQueryInMemoryTest(NorthwindQueryInMemoryFixture <NoopModelCustomizer> fixture)
     : base(fixture)
 {
 }
예제 #3
0
 public AsTrackingInMemoryTest(NorthwindQueryInMemoryFixture <NoopModelCustomizer> fixture)
     : base(fixture)
 {
 }
예제 #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)
 {
 }