Info
Version: | 1.0.1 |
Author(s): | thoersch |
Last Update: | Wednesday, February 13, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://tylerhoersch.com/mockJockey |
NuGet Url: | https://www.nuget.org/packages/MockJockey |
Install
Install-Package MockJockey
dotnet add package MockJockey
paket add MockJockey
MockJockey Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Using mock objects in unit tests, allows your unit tests to be focused by side-stepping any irrelevancies of the test. Commonly thought as a necessity for doing test driven development, a mock framework will give your tests exactly what they need to be--small and fast! And that's what MockJockey provides us.