The Injected Tests implementation for Microsoft.Extensions.DependencyInjection.
$ dotnet add package InjectedTests.Extensions.DependencyInjectionInjected Tests is a test framework agnostic helper for simple test set-up using dependency injection. It is designed to simplify component and integration tests by offering an uniform API for configuring and initializing your component(s) under test. It is also designed to be adopted into an existing test suite in small incremental steps.
The following is easier with Injected Tests: