When I run my unit tests in ReSharper TestRunner, they only tell me about the error, not the test! It even sometimes truncates most of the error message (since it doesn't fit on the screen). To get around this, I need to run a test that crashes in debug mode, and it will stop at the failed line, but it will take much longer.
Can I just include line number output and full error messages?
Have you activated the output panel in the ReSharper Unit Test Sessions window?
, ( Console.Out.Write(...)). , , .
Console.Out.Write(...)