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
Use the Test-Output view.
Steps:
There is isn't any need to replace Console.WriteLine with anything as this view logs messages from:
Console.WriteLine
Trace.WriteLine
Debug.WriteLine
TestExplorer.Out.WriteLine