开发者

Are there common C# tdd frameworks working on Mono? [closed]

As it currently stands, this question is not a g开发者_StackOverflow中文版ood fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 10 years ago.

Are there any unit-testing and mocking frameworks for C# that run on Mono ?


Mono's aim is to provide a complete implementation. If you find a C#/.Net application that doesn't work on Mono (and doesn't fail just because of some p/invoke or something) you might have found a bug in Mono.

In other words: Every native (read: fully managed) C# based framework should work on Mono.

Things I'd look at (note: I didn't test them on Mono, but see above):

  • Nunit
  • Moq


I've used Rhino.Mocks some time ago. http://www.ayende.com/projects/rhino-mocks.aspx.

Also a version of NUnit is already embedded in Mono, and has a nice GUI in the MonoDevelop IDE.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜