TestimoX

API Reference

Enum

BenchmarkAutomation

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

Describes how much of a benchmark control TestimoX can automate.

Inheritance

  • Enum
  • BenchmarkAutomation

Usage

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

Values

public const BenchmarkAutomation AutomatedReadWrite #

The control can be assessed and changed.

Value: 0
public const BenchmarkAutomation AutomatedReadOnly #

The control can be assessed but not changed.

Value: 1
public const BenchmarkAutomation Manual #

The control is intentionally assessed by a person.

Value: 2
public const BenchmarkAutomation Unsupported #

The control is retained for coverage but is not implemented.

Value: 3
public const BenchmarkAutomation PartiallyAutomated #

The recommendation contains both automated and non-automated checks.

Value: 4