The SpecsFor Behavior-Driven Development framework for .NET comes packaged with and apparently leverages NUnit.
I like the way MSTest is integrated into Visual Studio but I’m also interested in SpecFor’s approach for spec testing.
So the question is:
Is SpecsFor compatible with MSTest? Does it require NUnit?
Looking through the source of
SpecsForit’s heavily integrated withNUnitso I am afraid but there is no easy way to use withMSTest.However you can use one of the commercial test runners like TDD.Net or Resharper to have a similar test runner experience inside VS with
NUnit.