Enum ColorStyle
ColorStyle enumerates the various styles used in the console display
Namespace: NUnit.Common
Assembly: nunitlite.dll
Syntax
public enum ColorStyle
Fields
| Name | Description |
|---|---|
| Default | The default color for items that don't fit into the other categories |
| Error | Color for errors and exceptions |
| Failure | Color for failed tests |
| Header | Color for headers |
| Help | Color for help text |
| Label | Color for labels |
| Output | Test output |
| Pass | Color for passed tests |
| SectionHeader | Color for each of the section headers |
| SubHeader | Color for sub-headers |
| Value | Color for values, usually go beside labels |
| Warning | Color for warnings, ignored or skipped tests |