Tuesday, 19 May 2015

References required setup Mspec unit testing framework in Resharper installed in Visual Studio



Add references to below libraries in your test project.

·         Machine.Specifications.Should (This will be visible in project references)
·         Machine.Specifications (This will be visible in project references)
·         Machine.Specifications.Runner.Resharper (This will not be visible in project references)

Now you will be able to test mspec unit tests in visual studio.

No comments:

Post a Comment