XBullet.EasyTesting.EntityFrameworkCore
Database-aware application factories and per-scenario Entity Framework Core setup.
<PackageReference Include="XBullet.EasyTesting.EntityFrameworkCore" Version="VERSION" />
Primary APIs
- EntityFrameworkWebApplicationFactory<TEntryPoint, TDbContext> defines database-backed hosts.
- InMemoryEntityFrameworkWebApplicationFactory<TEntryPoint, TDbContext> provides an in-memory host.
- DatabaseScenarioBuilder<TEntryPoint, TDbContext> configures scenario data and cleanup.
See the Entity Framework Core guide.