I'm having trouble checking ReSharper and NUnit. I have some tests that I have changed for debugging purposes to contain only Assert.True(true);. In the class there are several control devices with different parameter values. However, when I try to run tests, only some of them run them. If I call them all something simple, such as "A", "B", "C", etc., they will all work. I put together a screenshot album on Imgur to document the problem: http://imgur.com/a/3BnpB
As you can see on the “Alerts” page in the last screenshot, it doesn't even pull the full test name correctly. They are chopped off in different ways. I can’t find anything about this error message ("was left pending after its completion") on Google.
What's happening?
source
share