I like to do console output for exploratory purposes when I am creating a unit test. Is there a way to see the Console.WriteLine("s") in Visual Studio when executing my test using Resharper?
I don't keep the console output in the final version of my tests, so there is no need to comment on that.