What are the capabilities of Moq and Rhino.mocks?

后端 未结 5 1406
自闭症患者
自闭症患者 2020-12-22 21:08

I cannot find a specific feature-by-feature comparison of Moq and Rhino. All the questions are \"which do you like better and why\", or \"here\'s how you do a simple mock i

5条回答
  •  [愿得一人]
    2020-12-22 21:50

    Just for completeness I will note that there is now NMock3 on CodePlex. It has easy migration from NMock2, just replace the reference to NMock2.dll with a reference to NMock3.dll. It adds type safety and support for refactoring.

提交回复
热议问题