xUnit & TestDriven.Net == Console.WriteLine("foo") outputs nothing

Posted by Arnis L. on Stack Overflow See other posts from Stack Overflow or by Arnis L.
Published on 2010-06-06T20:59:54Z Indexed on 2010/06/06 21:42 UTC
Read the original article Hit count: 240

Filed under:
|

While Trace.WriteLine("foo") works.

Why it's so? Workarounds?


This one looks like guilty bug:

Trace and Console writes are not displayed in results when an exception occurs

© Stack Overflow or respective owner

Related posts about xunit.net

Related posts about TestDriven.NET