I am using the built-in unit testing framework in visual studio 2013.
In my unit tests, I write various results from my tests with System.Diagnostics.Debug.WriteLine(sbPayLoad.ToString());
When a test is finished, in the Test Explorer windows lower pane, I would get the Test status (Passed or Failed) then the Elapsed time on the next line; then I usually get a link underneath reading "Output" which will show me everything I wrote with System.Diagnostics.Debug.WriteLine(). All of a sudden today, that "Output" link disappeared and I do not know how to get it back. I open the Output window and do not see the results either. What happened? I think somehow my settings were changed and now I have this problem. Please someone help so I can read my test results.