TestimoX

API Reference

Enum

RiskLevel

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

Risk level enumeration.

Inheritance

  • Enum
  • RiskLevel

Values

public const RiskLevel VeryLow #

Very low risk (90–100%).

Value: 0
public const RiskLevel Low #

Low risk (75–89%).

Value: 1
public const RiskLevel Medium #

Medium risk (50–74%).

Value: 2
public const RiskLevel High #

High risk (25–49%).

Value: 3
public const RiskLevel Critical #

Critical risk (< 25%).

Value: 4