Ejemplo n.º 1
0
        public NavigationTest(ODatalizerWebApplicationFactory <Startup> factory)
        {
            _client = factory.CreateClient();

            using var scope = factory.Server.Services.CreateScope();
            _edm            = EdmBuilder.Build(scope.ServiceProvider.GetRequiredService <SampleDbContext>());
        }
Ejemplo n.º 2
0
 public BatchTest(ODatalizerWebApplicationFactory <Startup> factory, ITestOutputHelper output)
 {
     _client = factory.CreateClient();
     _output = output;
 }
Ejemplo n.º 3
0
 public NestedTest(ODatalizerWebApplicationFactory <Startup> factory)
 {
     _client = factory.CreateClient();
 }
Ejemplo n.º 4
0
 public SkipNavigationTest(ODatalizerWebApplicationFactory <Startup> factory)
 {
     _client = factory.CreateClient();
 }