TestimoX

API Reference

Enum

BenchmarkOutcome

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

Represents the result of evaluating one benchmark control.

Inheritance

  • Enum
  • BenchmarkOutcome

Usage

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

Values

public const BenchmarkOutcome Pass #

The observed value satisfies the desired state.

Value: 0
public const BenchmarkOutcome Fail #

The observed value does not satisfy the desired state.

Value: 1
public const BenchmarkOutcome NotApplicable #

The control does not apply to the target.

Value: 2
public const BenchmarkOutcome Manual #

The control requires manual evidence or judgment.

Value: 3
public const BenchmarkOutcome NotAutomated #

The control is known but has no automated implementation.

Value: 4
public const BenchmarkOutcome NotSupported #

The target or engine cannot support this control.

Value: 5
public const BenchmarkOutcome NotCollected #

No observation was collected.

Value: 6
public const BenchmarkOutcome Error #

Assessment failed while collecting or evaluating evidence.

Value: 7
public const BenchmarkOutcome Waived #

An approved waiver excludes the control from compliance scoring.

Value: 8
public const BenchmarkOutcome Conflict #

Selected profiles require incompatible desired values for the same setting.

Value: 9