12 references to TestDbContext
Aspire.Hosting.MySql.Tests (12)
MySqlFunctionalTests.cs (10)
409
hb.AddMySqlDbContext<
TestDbContext
>(db.Resource.Name);
418
var
dbContext = host.Services.GetRequiredService<
TestDbContext
>();
426
var
dbContext = host.Services.GetRequiredService<
TestDbContext
>();
433
var
dbContext = host.Services.GetRequiredService<
TestDbContext
>();
434
dbContext.Cars.Add(new
TestDbContext
.Car { Brand = "BatMobile" });
440
var
dbContext = host.Services.GetRequiredService<
TestDbContext
>();
TestDbContext.cs (2)
10
public TestDbContext(DbContextOptions<
TestDbContext
> options) : base(options)
15
public DbContextOptions<
TestDbContext
> Options { get; }