Description
Console.WriteLine in a test method should be available in output.
Steps to reproduce
- Create a new test project
- Add a test method
- Add
Console.WriteLine("foo") in test method
Expected behavior
A output link should appear in test explorer summary
Actual behavior
Output link is not shown.
Environment
VS: WPT/25810.00
VSTest: as of ce0eac2
Copied from microsoft/vstest#132
Description
Console.WriteLine in a test method should be available in output.
Steps to reproduce
Console.WriteLine("foo")in test methodExpected behavior
A output link should appear in test explorer summary
Actual behavior
Output link is not shown.
Environment
VS: WPT/25810.00
VSTest: as of ce0eac2
Copied from microsoft/vstest#132