I am new to ridicule, so I may have it completely wrong, but I believe that most mocking frameworks are interface dependent. Unfortunately, most of our code does not use an interface. Now, the other day, I saw a Java Mocking framework that played back the bytecode of a class \ object so as not to call its internal methods, but you can still verify that it calls these methods.
My question is: Does .Net have any mocking frameworks that can do such a thing? I'm looking for something free, and I don't want what requires methods to be virtual or abstract.
c # mocking
Chris G Jul 12 '10 at 16:24 2010-07-12 16:24
source share