Info
Version: | 5.0.0-preview0011 |
Author(s): | Mark Seemann, 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.AutoRhinoMocks |
Install
Install-Package AutoFixture.AutoRhinoMocks
dotnet add package AutoFixture.AutoRhinoMocks
paket add AutoFixture.AutoRhinoMocks
AutoFixture.AutoRhinoMocks Download (Unzip the "nupkg" after downloading)
Dependencies
- AutoFixture(>= 4.15.0)
- RhinoMocks(>= 3.6.0 && < 4.0.0)
The mock instances are created by Rhino Mocks. To use it, add the AutoRhinoMockCustomization to your Fixture instance.
Read more at http://blog.ploeh.dk/2010/11/13/RhinoMocksbasedAutomockingWithAutoFixture.aspx.