xUnit - Cleaning side effects
I have been working with the file system last few days. As a part of this work, I create directories and files in the file system using code. When it came to unit testing my code, I used the System.IO.Abstractions.TestingHelpers library to mock the f...
Nov 5, 20212 min read2.4K
