Thursday, April 21, 2011

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 :(

From stackoverflow
  • 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

    James L : wow, i had wrongly assumed it would be incompatible. excellent news!
    James L : It looks like as of v3 Rhino Mocks is .2.0+, but I can live with that
  • 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.

0 comments:

Post a Comment