Microsoft.AspNetCore.Mvc.Testing
Bootstraps ASP.NET Core applications in tests via TestServer/WebApplicationFactory for high-fidelity HTTP integration tests.
- Best fit
- API and MVC apps that need realistic middleware, routing and dependency injection coverage without external process orchestration.
- Validate first
- External dependencies still need explicit test doubles or infrastructure provisioning to avoid false confidence.