I haven\'t done much with NUnit before, but I just wanted to dump some text to a window in a console type fashion.
e.g. Console.WriteLine("... some infor
In Visual Studio 2017, in the Test Explorer window, there is a link, Output, in the lower Test pane. This brings up anything written to the console during that unit test.
Test Explorer
Output
Test