Search code examples
.netunit-testing.net-2.0mocking

Using a mocking framework with .net V2


We are still on .net v2 (C#) due to issues with getting customers to upgrade. I am looking at using a mocking framework, but don’t wish to have method names as strings all over the place.

In the past I have used Moq, but don’t believe it will work with .net v2.

What options should I be looking at?


Solution

  • Rhino Mocks works fine.