Unit test runner not working. Bug or PEBKAC?
Using Re# v5.0.1565.10 with Visual Studio 2008
When I click the test icon on the left side of the code it brings up the runner but whenever a test is ran, the progress bar turns red and nothing happens. No output, no pass/fail.
E.g.
However the tests run fine in the standard VS runner.
Apologies if this is covered elsewhere, I couldn't find anything for it.
Please sign in to leave a comment.
under the red bar you'll notice the "Build failed". Perhaps your other test runner does not trigger a build first?
Hi there, thanks for the response.
The other test runner I'm using is just the in-built Visual Studio one, which I think does trigger a build and as far as I can tell the code builds fine.
It's really just a simple calculator for a TDD proof of concept, there's not much to build to be honest.
I put some MS Test test into my solution, and they show up in the window, but are not able to run. So apparently, I have the same issue and didn't know it. It hasn't come up because I use either NUnit or MSpec. If I find an answer, I'll post here.
Well it's good to know I wasn't just doing it wrong. Progress!