Hi all,
I'm wondering how can I mock IO/Network classes. For example I have a class that do FTP operations or a class that writes into a file. How can I use mocking to mock and unit test such classes?
I'm a C#/NHibernate/Castle ActiveRecord/Rhino Mocks developer.