Info
Version: | 0.5.1 |
Author(s): | Arlo Belshee, Anthony Mastrean |
Last Update: | Tuesday, January 14, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://arlobelshee.github.com/SimulatableApi/ |
NuGet Url: | https://www.nuget.org/packages/Simulated.FileSystem |
Install
Install-Package Simulated.FileSystem
dotnet add package Simulated.FileSystem
paket add Simulated.FileSystem
Simulated.FileSystem Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
This makes it easy to test code that interacts with the file system.
This is not your typical files and directories API. There is a single instance that represents the entire file system.
File and directory objects are bound to a file system instance and all the instances related to a single file system share consistent state.
Whole-system savepoints are built in and you can revert to the last savepoint at any time.