where can I see detailed unit test output in mstest runner? Follow
I see answers to similar questions from 2007 but I cant find any "Preview button" on the toolbar, and I'm missing the Console.WRiteline output I get with the VS test runner.
I get the basic output:
test name: result
any exception message
stack trace.
but how about all console/debug output up to that point?
Please sign in to leave a comment.
Hello David,
Do I understand correctly that you've opened the Output pane on the Unit
Test Sessions window and it doesn't show the output from Console.WriteLine?
Do you see this behavior with a newly created sample solution? By the way,
which version of ReSharper are you using?
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
actually, I've just done a small test and it has come out. Debug.Writelines dont tho
tho TestContext.WRiteline do NOT appear,
VS gives:
Hello David,
TestContext class is not supported by ReSharper yet. There's already a bug-report
here: http://youtrack.jetbrains.net/issue/RSRP-198589 and you're welcome
to vote for it. Thank you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"