So I've upgraded Resharper to version 10 (on VS2015), and now Unit Tests don't show output anymore in all our solutions:
This is very annoying because I want to see the reason why a test fails. The workaround for now is to use the new "Stack trace explorer", where the result is visible.
Oddly enough, when I create a brand new solution and write a simple test, the output window still works as it did!
Any ideas? Could this be a configuration issue?
To run all the tests in a default group, choose the Run icon and then choose the group on the menu. Select the individual tests that you want to run, open the right-click menu for a selected test and then choose Run Selected Tests (or press Ctrl + R, T).
Unit testing is the process of writing code to test the behavior and functionality of your system. Obviously tests improve the quality of your code, but that's just a superficial benefit of unit testing.
This is an unfortunate show stopper bug (RSRP-450266) that slipped through at the last minute. It's been fixed for a 10.0.1 hot fix release that should be out very soon (most likely sometime during next week).
As a short term workaround, don't click on parent nodes in the tree, only click on tests. If you click on a parent node, the output pane gets stuck and stops updating. If it does get stuck, right click on the tests you want to run and select "Create new session", a new tab will open, and you'll be able to run the tests again. Apologies, it's not a great workaround, but at least it'll keep you going for a few days until the hot fix is available.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With