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