I've written some unit tests with Microsoft.VisualStudio.TestTools.UnitTesting. If I open a class that's under test - I can't see any reference(s) to the Unit Test written for it's methods.
Right-mouse click on a method shows the ReSharper option "run/debug unit tests" but it is always showing the (ReSharper) dialog "No Tests Found in File". Clicking the VS2013 options "run/debug unit test" only shows "build succeeded" - nothing more. But, even if this would work, I still can't see at a first glance that there are any unit tests.
But I would rather see some kind of Icon/image at the beginning of the method - indicating that there's a unit test available for this method.
Is this possible? I've VS2013 with ReSharper 8+ available.
Many thanks in advance.