TestimoX

API Reference

Enum

RuleMigrationState

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

High-level migration state for a TestimoX rule implementation.

Inheritance

  • Enum
  • RuleMigrationState

Values

public const RuleMigrationState AuthoritativeCSharp #

Primary modern implementation surfaced to users by default.

Value: 0
public const RuleMigrationState DemoLegacyPowerShell #

Legacy or demo PowerShell implementation kept for compatibility and reference.

Value: 1
public const RuleMigrationState SupersededOrHidden #

Suppressed, hidden, or deprecated implementation retained for compatibility.

Value: 2