I'm developing a basic webapp and I'm using ASP.NET MVC, MOno and C# and MySQL for my database. I want to create a unit testing and use mocking. But I don't know how to setup or create a mock in unit testing. And what mocking framework should I use?
Please advise.
Many thanks.