Does anyone know if it’s possible to use MSpec with MBUnit instead of NUnit? Gallio seems to ignore all my tests when using MSpec?
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.
MSpec is a BDD framework that does not rely on either NUnit or MbUnit.
Gallio (MbUnit’s test runner) does not know about the MSpec tests because there is currently no integration between Gallio and MSpec in the MSpec master repository. Scott MacLellan has created a Gallio plug-in in his repository that you can use until we merge it into the master repository.