Are there any unit-testing and mocking frameworks for C# that run on Mono ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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):