TestimoX

API Reference

Enum

BenchmarkRequirementStatus

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

Represents the company-requirement disposition of one applicable recommendation.

Inheritance

  • Enum
  • BenchmarkRequirementStatus

Usage

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

Values

public const BenchmarkRequirementStatus Passed #

The technical state satisfies the effective requirement.

Value: 0
public const BenchmarkRequirementStatus ApprovedException #

An active company-approved waiver satisfies governance without changing technical state.

Value: 1
public const BenchmarkRequirementStatus Outstanding #

The technical state does not satisfy the effective requirement.

Value: 2
public const BenchmarkRequirementStatus NeedsEvidence #

A manual or unautomated requirement still needs accepted evidence.

Value: 3
public const BenchmarkRequirementStatus NotApplicable #

The recommendation does not apply to the target.

Value: 4