3

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).

Anthony Mastrean
  • 21,850
  • 21
  • 110
  • 188
Edward Wilde
  • 25,967
  • 8
  • 55
  • 64

2 Answers2

1

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.

Edward Wilde
  • 25,967
  • 8
  • 55
  • 64
0

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.

Mikayla Hutchinson
  • 16,113
  • 2
  • 44
  • 50