I'm hoping that I can use stylecop to prevent disk IO in unit tests, by preventing explicit method calls that I define.
Have very little experience with stylecop but from what I've gathered it should be able to do this kind of task (prevent given method calls). Searched stackoverflow and google without success.
Is this possible and if so, how?