I am writing a number of unit tests for a logger class I created and I want to simulate the file class. I can\'t find the interface that I need to use to create the MOQ...
Use SystemWrapper, a library which provides interfaces and mockable wrappers classes for many .NET classes which don't implement interfaces themselves.