TestimoX

API Reference

Enum

RuleSelectionViewMode

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

Controls how hosts present selectable rules before execution.

Inheritance

  • Enum
  • RuleSelectionViewMode

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const RuleSelectionViewMode EffectiveRules #

Show the default effective execution set by hiding rules suppressed by supersedence and preferring the authoritative implementation when equivalents exist.

Value: 0
public const RuleSelectionViewMode AllIncludingSuperseded #

Show every discovered rule, including superseded legacy implementations.

Value: 1
public const RuleSelectionViewMode CSharpOnly #

Show only C#-backed rules.

Value: 2
public const RuleSelectionViewMode PowerShellOnly #

Show only PowerShell-backed rules.

Value: 3