What are the predominant .NET 3.0 mocking frameworks?

后端 未结 3 2069
独厮守ぢ
独厮守ぢ 2021-01-23 19:55

To preface this, I love Moq. I wish I could use it in .NET 3.0. Sadly, however, I cannot, but I would still like to use mocks for unit testing purposes. Also, I\'ve used Rhino b

3条回答
  •  醉话见心
    2021-01-23 20:16

    NUnit has mocking available, so if you're already testing with that, then you should be good to go already. Just include NUnit.Mocks.

    It doesn't fulfill your fluent-interface desire though.

提交回复
热议问题