Info
Version: | 5.0.0-preview0011 |
Author(s): | Daniel Hilgarth, Alex Povar, AutoFixture |
Last Update: | Monday, April 15, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/AutoFixture/AutoFixture |
NuGet Url: | https://www.nuget.org/packages/AutoFixture.AutoNSubstitute |
Install
Install-Package AutoFixture.AutoNSubstitute
dotnet add package AutoFixture.AutoNSubstitute
paket add AutoFixture.AutoNSubstitute
AutoFixture.AutoNSubstitute Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- AutoFixture(>= 4.15.0)
- NSubstitute(>= 2.0.3 && < 5.0.0)
- AutoFixture(>= 4.15.0)
- NSubstitute(>= 2.0.3 && < 5.0.0)
- AutoFixture(>= 4.15.0)
- NETStandard.Library(>= 1.6.1)
- NSubstitute(>= 2.0.3 && < 5.0.0)
The mock instances are created by NSubstitute. To use it, add the AutoNSubstituteCustomization to your Fixture instance.