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 NUnit v3, you can also write to the test results output for debugging with
TestContext.Out.WriteLine("Message to write to log");