IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
ExtendedTextWriter extends the TextWriter abstract class to support displaying text in color. $ More...
Public Member Functions | |
abstract void | Write (ColorStyle style, string value) |
Writes the value with the specified style. More... | |
abstract void | WriteLine (ColorStyle style, string value) |
Writes the value with the specified style More... | |
abstract void | WriteLabel (string label, object option) |
Writes the label and the option that goes with it. More... | |
abstract void | WriteLabel (string label, object option, ColorStyle valueStyle) |
Writes the label and the option that goes with it. More... | |
abstract void | WriteLabelLine (string label, object option) |
Writes the label and the option that goes with it followed by a new line. More... | |
abstract void | WriteLabelLine (string label, object option, ColorStyle valueStyle) |
Writes the label and the option that goes with it followed by a new line. More... | |
ExtendedTextWriter extends the TextWriter abstract class to support displaying text in color. $
|
pure virtual |
Writes the value with the specified style.
style | The style. |
value | The value. |
Implemented in NUnit.Common.ExtendedTextWrapper, and NUnit.Common.ColorConsoleWriter.
Referenced by NUnitLite.TextUI.DisplayHelp(), and NUnitLite.TextUI.TestFinished().
|
pure virtual |
Writes the value with the specified style
style | The style. |
value | The value. |
Implemented in NUnit.Common.ExtendedTextWrapper, and NUnit.Common.ColorConsoleWriter.
Referenced by NUnitLite.TextUI.DisplayRequestedOptions(), NUnitLite.TextUI.DisplayRunSettings(), NUnit.ConsoleRunner.ConsoleRunner.DisplayRuntimeEnvironment(), NUnitLite.TextUI.DisplaySummaryReport(), NUnit.ConsoleRunner.ConsoleRunner.DisplayTestFiles(), NUnitLite.TextUI.DisplayTestFilters(), NUnit.ConsoleRunner.ConsoleRunner.DisplayTestFilters(), NUnit.ConsoleRunner.ConsoleRunner.ExploreTests(), NUnit.ConsoleRunner.ResultReporter.ReportResults(), NUnit.ConsoleRunner.ConsoleRunner.RunTests(), NUnitLite.TextUI.SkipLine(), NUnitLite.TextUI.TestFinished(), NUnitLite.TextUI.WaitForUser(), NUnit.ConsoleRunner.ResultReporter.WriteErrorsAndFailuresReport(), NUnitLite.TextUI.WriteLine(), NUnit.ConsoleRunner.ResultReporter.WriteNotRunReport(), NUnit.ConsoleRunner.ResultReporter.WriteRunSettingsReport(), NUnit.ConsoleRunner.ResultReporter.WriteSingleResult(), and NUnit.ConsoleRunner.ResultReporter.WriteSummaryReport().
|
pure virtual |
Writes the label and the option that goes with it.
label | The label. |
option | The option. |
Implemented in NUnit.Common.ExtendedTextWrapper, and NUnit.Common.ColorConsoleWriter.
Referenced by NUnitLite.TextUI.WriteLabel(), NUnit.ConsoleRunner.ResultReporter.WriteSummaryCount(), and NUnitLite.TextUI.WriteSummaryCount().
|
pure virtual |
Writes the label and the option that goes with it.
label | The label. |
option | The option. |
valueStyle | The color to display the value with |
Implemented in NUnit.Common.ExtendedTextWrapper, and NUnit.Common.ColorConsoleWriter.
|
pure virtual |
Writes the label and the option that goes with it followed by a new line.
label | The label. |
option | The option. |
Implemented in NUnit.Common.ExtendedTextWrapper, and NUnit.Common.ColorConsoleWriter.
Referenced by NUnit.ConsoleRunner.ConsoleRunner.DisplayRuntimeEnvironment(), NUnitLite.TextUI.DisplayTestFilters(), NUnit.ConsoleRunner.ConsoleRunner.DisplayTestFilters(), NUnitLite.TextUI.WriteLabelLine(), NUnit.ConsoleRunner.ResultReporter.WriteRunSettingsReport(), and NUnit.ConsoleRunner.ResultReporter.WriteSummaryReport().
|
pure virtual |
Writes the label and the option that goes with it followed by a new line.
label | The label. |
option | The option. |
valueStyle | The color to display the value with |
Implemented in NUnit.Common.ExtendedTextWrapper, and NUnit.Common.ColorConsoleWriter.