Info
Version: | 5.0.0-preview0011 |
Author(s): | Mark Seemann, AutoFixture |
Last Update: | Monday, April 15, 2024 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/AutoFixture/AutoFixture |
NuGet Url: | https://www.nuget.org/packages/AutoFixture.AutoMoq |
Install
Install-Package AutoFixture.AutoMoq
dotnet add package AutoFixture.AutoMoq
paket add AutoFixture.AutoMoq
AutoFixture.AutoMoq Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- AutoFixture(>= 4.15.0)
- Moq(>= 4.7.0 && < 5.0.0)
- AutoFixture(>= 4.15.0)
- Moq(>= 4.1.1308.2120 && < 5.0.0)
- AutoFixture(>= 4.15.0)
- Moq(>= 4.7.0 && < 4.11.0)
- NETStandard.Library(>= 1.6.1)
The mock instances are created by Moq. To use it, add the AutoMoqCustomization to your Fixture instance.
Read more at http://blog.ploeh.dk/2010/08/19/AutoFixtureAsAnAutomockingContainer.aspx.