How to pass the "No tests found in file" test in MSpec when everything is written correctly?

I tried these two tutorials and my own project with MSpec, but I get the error "No tests found in file" every time. I also reviewed this SO solution . And I made sure that my classes are open.

I would post the code, but I literally tried copying and pasting the exact code into the above links without any luck. VS2012 / Resharper 8.1 / Mspec added via NuGet. Two libraries, one with a test class, and the other with tests.

What am I doing wrong?

+4
source share
1 answer

, ReSharper MSpec. ReSharper/Options/General/Plugins.

, MSpec unit test . .

. It - , , .

, spec mspec.exe(runline runter) - ?

+3

Source: https://habr.com/ru/post/1527045/


All Articles