TestimoX

API Reference

Enum

TestimoStatus

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

List of possible statuses for a test

Inheritance

  • Enum
  • TestimoStatus

Values

public const TestimoStatus Skipped #

Test not applicable or intentionally skipped.

Value: -1
public const TestimoStatus Informational #

Informational finding; no action required.

Value: 0
public const TestimoStatus Good #

Desired state met; no issue detected.

Value: 1
public const TestimoStatus Low #

Low severity issue; consider addressing.

Value: 2
public const TestimoStatus Elevated #

Elevated severity issue requiring attention.

Value: 3
public const TestimoStatus High #

High severity issue; remediation recommended soon.

Value: 4
public const TestimoStatus Severe #

Severe issue; remediation strongly recommended.

Value: 5
public const TestimoStatus Error #

Execution error occurred while evaluating the test.

Value: 6
public const TestimoStatus Warning #

Alias for Elevated.

Value: 3
public const TestimoStatus Critical #

Alias for Severe.

Value: 5
public const TestimoStatus Success #

Alias for Good.

Value: 1
public const TestimoStatus Failure #

Alias for Severe.

Value: 5