AutoMock NuGet Package

When writing unit tests for any code that uses dependency injection, and when using a mocking framework, we need to declare and inject any dependency we have.

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.




Got any AutoMock Question?





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)



Tags



STATS

must-have-score

1.4

avg-downloads-per-day

13

days-since-last-release

2899