Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

.NET file system wrapper library [closed]

Tags:

.net

mocking

For some reason I can't find one, but someone must have already created a .NET IO library wrapper. I want to be able to mock calls to File.Exists etc, and the static methods builtin don't lend well to this.

like image 934
Sneal Avatar asked Apr 10 '09 15:04

Sneal


1 Answers

I found SystemWrapper a few minutes before yours, but yours suits my purposes better.

like image 108
Precipitous Avatar answered Nov 08 '22 05:11

Precipitous