Info
Version: | 0.0.7-aplha |
Author(s): | SvyatSlav |
Last Update: | Wednesday, July 1, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://nofake.codeplex.com |
NuGet Url: | https://www.nuget.org/packages/NoFake |
Install
Install-Package NoFake
dotnet add package NoFake
paket add NoFake
NoFake Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
It creates real objects in a current testing scope instead of simulating them as mocks\stubs libraries do.
For example, if test method requires some folder to have a list of specific files NoFake will handle it: files will be created at the beginning of test method and removed in the end, when all stuff is done.