I'm trying to write some unit tests for an application I'm working on at work (in the vague hope that others can follow this example), and I initially ran these tests using NUnit and the ReSharper plugin.
However, ReSharper will no longer run tests for me for some reason: it just crosses them with a red strike out.
There is no error code that I'm afraid of, and no mention of this behavior on the JetBrains website.
Has anyone else experienced a similar benhaviour?
Cheers, Ed
EDIT
Test example, just to show that I'm not just wrong:
using NUnit.Framework;
In this example, not much to go wrong: D
c # unit-testing resharper
Ed james
source share