Question

Can you integrate MSpec with the MonoDevelop test runner? It's working in Sharp-Develop. Google says 'nothing' so I'm guessing it's not possible as of the current release (2.8.2).

Was it helpful?

Solution

So time passes, and someone has actually created a runner for mspec that works with monodevelop.

MSpecRunner Runner for running Machine.Specifications specs in MonoDevelop

https://github.com/dolittle/MSpecRunner

I've not had time to try it out, but wanted to put it here for completion.

OTHER TIPS

It's certainly possible since MonoDevelop is open-source, but at this point you'd have to modify the core unit testing addin, you couldn't just drop it in.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top