James L
James L

Reputation: 16864

Mocking framework for .Net fx 1.1?

Anyone have any ideas what I can do?

Please reserve commenting about using 1.1 still, it's out of my hands :(

Upvotes: 1

Views: 283

Answers (2)

qwerty
qwerty

Reputation:

Rhino Mocks is supposed to be compatible with the framework 1.1, according to their website. It is a really good mocking framework, once you get used to it

Have a look here to see what you'll be able to do, and what you won't be able to do:

ayende.com/Wiki/(S(lqa0ob552sfbu545c5ss4b55))/Rhino+Mocks+Generics.ashx

Upvotes: 3

Blair Conrad
Blair Conrad

Reputation: 241714

I use both NMock2 and an older version of Typemock Isolator at work when dealing with our legacy products that only run on 1.1.

Upvotes: 1

Related Questions