test runner failed test output
I can't seem to find any way to get the output of test failures. If I use
the NUnit GUI there is lots of error output, including Console.Error and
Console.Out. Can ReSharper display the test output message on mouse-over
or something? Just knowing that a test failed isn't very helpful.
Please sign in to leave a comment.
our UnitTestRunner intercepts both Console.Out and Console.Error.
All their output is redirected to the window right of the test tree.
See the attached picture
--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
<kevwil@gmail.com> wrote in message
news:46b85248164b8c7654cad277afe@news.intellij.net...
>I can't seem to find any way to get the output of test failures. If I use
>
Attachment(s):
Clipboard01.png
Hello Eugene,
>
>
Oh! There's more to the test runner!?!
I had the test runner docked on the right side (see test_runner_output.jpg screenshot) and found no indication that there might be more to it. With it docked at the bottom (see test_runner_bottom.jpg screenshot), it's obvious.
Thanks for the clarification.
Attachment(s):
test_runner_output.jpg
Ok then :)
Do not miss another cool feature - in that output window we put hyperlinks
in stack trace, so you can easily navigate to the exception location.
--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
<kevwil@gmail.com> wrote in message
news:46b8524816698c76554ab9d0604@news.intellij.net...
Hello Eugene,
>
>
Oh! There's more to the test runner!?!
I had the test runner docked on the right side (see test_runner_output.jpg
screenshot) and found no indication that there might be more to it. With it
docked at the bottom (see test_runner_bottom.jpg screenshot), it's obvious.
Thanks for the clarification.