TestimoX

API Reference

Class

BenchmarkBackupValue

Namespace TestimoX.Benchmarks.Transactions
Assembly TestimoX
Modifiers sealed

Stores a JSON-safe native setting state for exact restoration.

Inheritance

  • Object
  • BenchmarkBackupValue

Usage

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

Returned or exposed by

Accepted by parameters

Constructors

Methods

public static BenchmarkBackupValue FromState(BenchmarkCheckState state) #
Returns: BenchmarkBackupValue

Creates a serializable backup from collected evidence.

Parameters

state TestimoX.Benchmarks.Execution.BenchmarkCheckState requiredposition: 0

Properties

public Boolean Exists { get; set; } #

Gets or sets whether the setting existed before the transaction.

public JsonElement Value { get; set; } #

Gets or sets the native value serialized as JSON.

public String ValueType { get; set; } #

Gets or sets the native type or registry kind.

public List<BenchmarkRegistryProfileBackupValue> RegistryProfiles { get; set; } #

Gets or sets exact per-profile registry states when the setting is user-scoped.