Comment 3 for bug 1184232

Revision history for this message
Charlie Poole (charlie.poole) wrote :

This is a change to NUnit itself rather than to the test adapter. Because it's a major change of interface, I have assigned it to the 3.0 project. There are already some rather vague plans to add this facility to TestContext but no formal request was written before now. We can use this request to specify the interface to be used.

For the present, the best workaround is to use Console.Write to output text that is displayed by the adapter in the Output window.

Charlie