If Ashcroft fails your unit test because some class was reading or writing to a file, you will be in one of the following cases:
- Some of your own code in your SUT was trying to do file I/O
- Your test was trying to do file I/O
- Some code that your SUT or test is using was trying to do file I/O