In Java, you can use System.out.println(message) to print a message to the output window.
System.out.println(message)
What\'s the equivalent in Visual Studio ?
I know when I\'m
The results are not in the Output window but in the Test Results Detail (TestResult Pane at the bottom, right click on on Test Results and go to TestResultDetails).
This works with Debug.WriteLine and Console.WriteLine.