CreateObjectOfType is a helper framework for reduce the amount of boilerplate code required to test objects using DI and Moq.
Info
Version: | 1.0.0 |
Author(s): | Andrew Boudreau |
Last Update: | Wednesday, July 20, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/andrewboudreau/CreateObjectOfType |
NuGet Url: | https://www.nuget.org/packages/Ab.TestHelper |
Install
Install-Package Ab.TestHelper
dotnet add package Ab.TestHelper
paket add Ab.TestHelper
Ab.TestHelper Download (Unzip the "nupkg" after downloading)
Dependencies
- Moq(>= 4.5.16)
Tags