Unit test session output

I was using ReSharper 3.0.2 and in that version whatever I wrote to
System.Diagnostics.Trace was displayed in the ReSharper unit test window.
After upgrading to 3.0.3 EAP (548.8) I no longer see any of these messages.
Instead I have to change my code to use System.Console to see the messages
in the unit test window!

Is that a new feature? Can I configure what should show in the window
(whether Trace or Console)?

Thanks,
David.

0
1 comment

I wrote to a resharper support person (Andrey) about how we use extensive trace output to instrument our code and how the auto trace output in the unit test window really slows down our unit tests, so my preference would be to have an option to disable the trace output in the unit test session output window.

Shannon

0

Please sign in to leave a comment.