Info
Version: | 1.0.23 |
Author(s): | Richard Cirerol Matt Wrock |
Last Update: | Monday, June 11, 2012 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://autowrocktestable.codeplex.com/ |
NuGet Url: | https://www.nuget.org/packages/AutoWrockTestable |
Install
Install-Package AutoWrockTestable
dotnet add package AutoWrockTestable
paket add AutoWrockTestable
AutoWrockTestable Download (Unzip the "nupkg" after downloading)
Dependencies
- structuremap.automocking(2.6.3)
- moq(4.0.10827)
Tags
Easily mock your dependencies using the testable pattern. AutoWrockTestable is an adaptation of Richard Cirerol's AutoMocking wrapper that uses StructureMap's AutoMocking assembly along with the popular MOQ mocking toolset to make it easy to test classes and automatically mock their dependencies.