How do I output coloured text from by unit tests in the Unit Test Session window in Visual Studio?

Posted by Tony Lambert on Stack Overflow See other posts from Stack Overflow or by Tony Lambert
Published on 2010-03-11T17:06:17Z Indexed on 2010/03/11 17:19 UTC
Read the original article Hit count: 293

Filed under:
|
|
|

How do I output coloured text from by unit tests in the Unit Test Session window in Visual Studio. I am using Resharper VS addin which I think produces the Unit Test Window.

I am using this with nunit and wish to use c# Console.Write to generate coloured text to this window.

© Stack Overflow or respective owner

Related posts about nunit

Related posts about visual-studio-2008