1 implementation of ITestDbContext
Aspire.Microsoft.EntityFrameworkCore.Cosmos.Tests (1)
tests\Aspire.Npgsql.EntityFrameworkCore.PostgreSQL.Tests\TestDbContext.cs (1)
13
public class TestDbContext : DbContext,
ITestDbContext
7 references to ITestDbContext
Aspire.Microsoft.EntityFrameworkCore.Cosmos.Tests (7)
AspireAzureEfCoreCosmosDBExtensionsTests.cs (2)
166
builder.Services.AddDbContextPool<
ITestDbContext
, TestDbContext>(options => options.UseCosmos(ConnectionString, "databaseName"));
189
builder.Services.AddDbContextPool<
ITestDbContext
, TestDbContext>(options => options.UseCosmos(ConnectionString, "databaseName"));
EnrichCosmosDbTests.cs (5)
88
builder.Services.AddDbContextPool<
ITestDbContext
, TestDbContext>(optionsBuilder =>
96
var context = host.Services.GetRequiredService<
ITestDbContext
>() as TestDbContext;
105
builder.Services.AddDbContext<
ITestDbContext
, TestDbContext>(optionsBuilder =>
117
var context = host.Services.GetRequiredService<
ITestDbContext
>() as TestDbContext;
126
builder.Services.AddDbContextPool<
ITestDbContext
, TestDbContext>(optionsBuilder =>