vrakeshreddy / mb-unit

Automatically exported from code.google.com/p/mb-unit
0 stars 0 forks source link

Expand TestLog.WriteHighlighted #592

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Would like TestLog.WriteHighlighted to have the same overloads as the
TestLog.WriteLine has. At the very least one that supports a format string.
Would also be nice to have a WriteHighlightedLine one.

What version of the product are you using? On what operating system?
3.1.397x64. Win7x64

Please provide any additional information below.

Original issue reported on code.google.com by kent.han...@gmail.com on 18 Nov 2009 at 10:35

GoogleCodeExporter commented 9 years ago
I'll consider adding that.

Meanwhile you can easily simulate the behavior using code a bit like this:

using (TestLog.BeginMarker(Marker.Highlight))
{
    TestLog.WriteLine("text");
}

Original comment by jeff.br...@gmail.com on 5 Jan 2010 at 12:44

GoogleCodeExporter commented 9 years ago

Original comment by Yann.Tre...@gmail.com on 17 Jul 2010 at 8:09