I need to choose mock framework to new project.
What are the pros and cons for those frameworks?
Any comparison table?
I know that JustMock is i beta stage but it's look very good right now (very similar to TypeMock)
Edit: I'v What about MS Mole?
...
Most of the sexy new .Net mock frameworks have heavy dependencies on 3.5 language features such as lambdas and extension methods. I'm looking for recommendations for the "best" mocking tool for a legacy-ish project developed in .Net 2.0.
The criteria for "best" would be ease-of-use and readability first, followed by power and scope of f...