MagicMoq is an extension to the Moq mocking framework – It is like an IoC container that injects mocked dependencies when resolving a type, making the job of creating testing subjects much easier (and nicer).
Info
Version: | 1.0.2 |
Author(s): | Victor Arias |
Last Update: | Wednesday, August 14, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/victorarias/MagicMoq |
NuGet Url: | https://www.nuget.org/packages/MagicMoq |
Install
Install-Package MagicMoq
dotnet add package MagicMoq
paket add MagicMoq
MagicMoq Download (Unzip the "nupkg" after downloading)
Dependencies
Tags