where can I see detailed unit test output in mstest runner?

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?

4 comments
Avatar
Andrey Serebryansky
Comment actions Permalink

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!"

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?

---
Original message URL:
http://devnet.jetbrains.net/message/5298777#5298777



0
Comment actions Permalink

Capture.JPG

actually, I've just done a small test and it has come out.   Debug.Writelines dont tho

0
Comment actions Permalink

tho TestContext.WRiteline do NOT appear,

VS gives:

Capture VS.JPG

0
Avatar
Andrey Serebryansky
Comment actions Permalink

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!"

Image:Capture.JPG actually, I've just done a small test and it has
come out.   Debug.Writelines dont tho

---
Original message URL:
http://devnet.jetbrains.net/message/5298844#5298844



0

Please sign in to leave a comment.