Question

I have mspec running with R#, but my client doesn't have R# and doesn't plan on getting it. :( I want my test suite (written completely with mspec) to be valuable to my client, so it would be HUGE if the VS2010 test runner ran specifications written with mspec. Is it possible?

Was it helpful?

Solution

Running MSpec in the VS runner is not possible. You can set up MSpec as an external tool that runs the current assembly in a separate console window (free), have your client purchase TestDriven.Net or convince him to invest in ReSharper (I'm sure we both agree the tool is worth its price :).

OTHER TIPS

MSpec is supported by other productivity tools as well. TestDriven.Net has already been mentioned, but if your client already uses Telerik JustCode or DevExpress CodeRush then it should be no problem to test the specifications from within Visual Studio.

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