Ian Ringrose
Ian Ringrose

Reputation: 51917

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?

Upvotes: 1

Views: 340

Answers (1)

Tim Robinson
Tim Robinson

Reputation: 54734

Rhino Mocks works fine.

Upvotes: 3

Related Questions