Is it possible to have mspec & NUnit tests in a single project
Posted
by Mike Scott
on Stack Overflow
See other posts from Stack Overflow
or by Mike Scott
Published on 2010-04-30T13:58:43Z
Indexed on
2010/04/30
22:27 UTC
Read the original article
Hit count: 383
I've got a unit test project using NUnit. When I add the mspec (machine.specifications) assembly to the references, both ReSharper and TestDriven.Net stop running the NUnit tests and only run the mspec tests.
Is there a way or setting that allows both NUnit & mspec tests to co-exist and run in the same project using R# & TD.Net test runners?
© Stack Overflow or respective owner