visual studio - How do I see output from UnitTests in VS2013? -


i'm using xunit, , in both visual studio test explorer window , resharper unit test runner window, i'm no longer seeing "output" hyperlink show contents of writeline commands.

is there setting in ide need change?

this change in xunit2. no longer captures output console.writeline, etc. because runs tests in parallel, in multiple threads, , there's no way of knowing test output comes from. still possible capture output, need use xunit's itestoutputhelper in order so. see xunit docs more details.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Restarting Supervisor and effect on FlaskSocketIO -