What should I consider when choosing a mocking framework for .Net

后端 未结 8 1981
梦如初夏
梦如初夏 2020-12-12 18:20

There are lots of mocking frameworks out there for .Net. There is no clear winner that has superseded the others in every way. The leading mocking frameworks also have many

8条回答
  •  攒了一身酷
    2020-12-12 18:59

    I would recommend FakeItEasy. It's a really descriptive mocking framework that allows very easy reading and mocking of interfaces. It has an active open source community and works very well.

提交回复
热议问题