An NUnit extension for writing dependant tests using dependency injection.
Info
Version: | 2.0.0 |
Author(s): | JoasE |
Last Update: | Wednesday, October 9, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/JoasE/NUnit.Dependencies |
NuGet Url: | https://www.nuget.org/packages/NUnit.Dependencies |
Install
Install-Package NUnit.Dependencies
dotnet add package NUnit.Dependencies
paket add NUnit.Dependencies
NUnit.Dependencies Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection(>= 3.0.0)
- NUnit(>= 3.12.0)
- NUnit.Engine.Api(>= 3.10.0)