Info
| Version: | 1.0.3.2 | 
| Author(s): | Lars-Erik Kindblad | 
| Last Update: | Wednesday, May 18, 2016 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://automock.codeplex.com/ | 
| NuGet Url: | https://www.nuget.org/packages/AutoMock | 
Install
Install-Package AutoMock
                        dotnet add package AutoMock
                        paket add AutoMock
                        
                                AutoMock Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- RhinoMocks(>= 3.6.1)
Tags
 
                
This is repetitive and boring code to write, especially on classes with many dependencies. AutoMock solves this by creating mocks/stubs on the fly for a given class together with an instance of it.