Enable DI for tests #54
Labels
area:tests
Affects or applies to unit tests or other testing matters
good first issue
Good for newcomers
type:improvement
Non-feature improvements to the library
There exists a package to support Dependency Injection in XUnit tests. Integrate it so that tests don't have to manually create entire dependency graphs just to construct an object. Ensure that the implementation allows complete isolation (by replacing implementations with fakes) if desired.
The text was updated successfully, but these errors were encountered: