What are the real-world pros and cons of each of the major mocking frameworks?

前端 未结 7 482
梦如初夏
梦如初夏 2020-12-04 17:20

see also \"What should I consider when choosing a mocking framework for .Net\"

I\'m trying to decide on a mocking framework to use o

相关标签:
7条回答
  • 2020-12-04 17:57

    You may want to keep in mind that if you need to support a multi-language environment (e.g. VB) all of the code configurable frameworks (I can speak to Moq and RhinoMocks directly) are going to be painful given the (lack of) anonymous delegate/lambda syntax in VB. This will be more possible in Visual Studio 2010/VB 10 but will still not be comparable to the nice C# lambda syntax.

    TypeMock appears to have some support for VB

    0 讨论(0)
提交回复
热议问题