[1544] NUnit methods cannot be found
When I have something of that sort:
[TestFixture] public class HeapSortFixture { [Test] public void CanSort() { ... } }
I see the test icons for the fixture and the method so they seem to be recognized but when I click on it a break point is added instead of the menu to choose to run or debug that test. Even more when I use the Unit Test Explorer I can't see my tests.
Please sign in to leave a comment.
And when I refresh the tests I am getting this ReSharper exception:
VS2008 SP1 - I get this error when opening a project that does not contain any unit tests.