TestimoX

API Reference

Enum

BenchmarkCollectionFailureKind

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

Classifies why benchmark evidence collection could not complete.

Inheritance

  • Enum
  • BenchmarkCollectionFailureKind

Usage

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

Values

public const BenchmarkCollectionFailureKind None #

No classified collection failure occurred.

Value: 0
public const BenchmarkCollectionFailureKind ElevationRequired #

The selected evidence provider requires an elevated administrator process.

Value: 1
public const BenchmarkCollectionFailureKind ProviderUnavailable #

No provider is available for the selected execution mode or target.

Value: 2
public const BenchmarkCollectionFailureKind ProviderFailure #

The provider failed for another reason.

Value: 3