Below you will find pages that utilize the taxonomy term “WrapThat.System”
Archivesread more
WrapThat.System : Wrappers for system.io to simplify unit testing
Introduction
You have all seen it, you have all done it: Written code using the static methods from the System.IO namespace for handling directories and files. Or, you are maintaining legacy code where that usage is common in certain places. And now the code is huge, you have no unit tests, because unit testing classes that directly access the file system is just pain, and the cost of a rewrite is too big.