Reporter | Sakharov S (bushed) |
---|---|
Created | Apr 13, 2011 1:16:24 PM |
Updated | Feb 6, 2012 7:14:35 PM |
Priority | Normal |
Type | Feature |
Fix versions | Mirabile Futurum |
State | Submitted |
Assignee | Victor Kropp (victor.kropp) |
Subsystem | Unit Testing |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
i.e. I have a test:
[Test]
public void DoSomeOutput() {
Console.ForegroundColor = ConsoleColor.Red;
Console.Write("Some Red Message");
}
When I run it - I can see output in test runner but it is not coloured.
As alternative it could be done via service messages (see TW-5724)
//Note: I also created a discussion here: http://devnet.jetbrains.net/thread/303445?tstart=0
[Test]
public void DoSomeOutput() {
Console.ForegroundColor = ConsoleColor.Red;
Console.Write("Some Red Message");
}
When I run it - I can see output in test runner but it is not coloured.
As alternative it could be done via service messages (see TW-5724)
//Note: I also created a discussion here: http://devnet.jetbrains.net/thread/303445?tstart=0