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
You can see the console output. You just have to select the "Text Output" tab in the NUnit GUI runner.
If you are using the ReSharper test runner, the console output should be displayed. Ensure that the test runner output window is displayed by clicking the "Show Output" button in the test runner tool bar:
You should then get something as follows: