Ninstance creates test instances for your classes without you having to care about the constructor signature, so you can change dependencies without having to fix hundreds of tests, or passing substitutes that don't affect behaviour.
Info
Version: | 1.1.0 |
Author(s): | Joep Geevers |
Last Update: | Tuesday, November 2, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Heras/Ninstance |
NuGet Url: | https://www.nuget.org/packages/Ninstance |
Install
Install-Package Ninstance
dotnet add package Ninstance
paket add Ninstance
Ninstance Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- NSubstitute(>= 4.2.0)
- NSubstitute(>= 4.2.0)
Tags