TestimoX

API Reference

Enum

PreflightMode

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

Mode for preflight checks before running tests/rules.

Inheritance

  • Enum
  • PreflightMode

Values

public const PreflightMode Enforce #

Fail fast when preflight dependency checks fail.

Value: 0
public const PreflightMode Soft #

Warn but continue when preflight checks fail.

Value: 1
public const PreflightMode Off #

Disable preflight checks.

Value: 2