1

Closed

Show debug output DURING test.

description

Output from Debug.WriteLine, Trace.WriteLine, and Console.WriteLine don't appear in the test output window until the test has completed. This makes it difficult to show any status for long-running tests.

See: http://stackoverflow.com/q/15092438/634824

NUnit does this, so it is possible in ReSharper.
Closed Mar 8 at 1:15 PM by mattellis
Can't be done for xunit v1, will be part of the xunit v2 API.

comments

BradWilson wrote Feb 27 at 12:45 AM

This is a limitation in xUnit.net, not the Resharper adapter.

We will be addressing this in v2 of xUnit.net.

mj1856 wrote Feb 27 at 12:56 PM

Thanks.

cjwoolard wrote Mar 7 at 10:40 PM

This is a fairly significant limitation for our us (to the point where we have to hold off using xunit until it's resolved, which is unfortunate). I was curious if there were any plans to correct the issue in near future?

Thank you.