TestimoX

API Reference

Enum

ConsoleView

Namespace TestimoX.Configuration
Assembly TestimoX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

High-level console rendering mode selection for hosts. Auto picks Standard when interactive, otherwise Ansi. - Standard: clear screen once and render a Spectre.Progress table. - Ansi: top-to-bottom plain output (CI/term-friendly), no live regions.

Inheritance

  • Enum
  • ConsoleView

Values

public const ConsoleView Auto #

Choose mode automatically (Standard for interactive terminals, otherwise Ansi).

Value: 0
public const ConsoleView Standard #

Classic progress table rendering (clears/updates a single live region).

Value: 1
public const ConsoleView Ansi #

Plain, streaming output without live regions (CI/ANSI-friendly).

Value: 2