コード例 #1
0
 public NorthwindCompiledQueryInMemoryTest(NorthwindQueryInMemoryFixture <NoopModelCustomizer> fixture)
     : base(fixture)
 {
 }
コード例 #2
0
 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;
 }
コード例 #5
0
 public NorthwindIncludeQueryInMemoryTest(NorthwindQueryInMemoryFixture <NoopModelCustomizer> fixture, ITestOutputHelper testOutputHelper)
     : base(fixture)
 {
     //TestLoggerFactory.TestOutputHelper = testOutputHelper;
 }
コード例 #6
0
 public NorthwindQueryTaggingQueryInMemoryTest(
     NorthwindQueryInMemoryFixture <NoopModelCustomizer> fixture,
     ITestOutputHelper testOutputHelper)
     : base(fixture)
 {
 }