TestimoX

API Reference

Class

BenchmarkRemediationValue

Namespace TestimoX.Benchmarks.Execution
Assembly TestimoX
Modifiers static

Resolves an unambiguous portable remediation value for execution or export.

Inheritance

  • Object
  • BenchmarkRemediationValue

Methods

public static Nullable<JsonElement> Resolve(BenchmarkCheckDefinition check) #
Returns: Nullable<JsonElement>

Returns the concrete requested JSON value, or null when remediation is ambiguous.

Parameters

check TestimoX.Benchmarks.BenchmarkCheckDefinition requiredposition: 0
ToNative 2 overloads
public static Object ToNative(JsonElement value) #
Returns: Object

Converts a portable JSON value to a native value accepted by the ComputerX writers.

Parameters

value System.Text.Json.JsonElement requiredposition: 0
public static Object ToNative(BenchmarkCheckDefinition check, JsonElement value) #
Returns: Object

Converts remediation JSON using the typed check binding when native representation depends on it.

Parameters

check TestimoX.Benchmarks.BenchmarkCheckDefinition requiredposition: 0
value System.Text.Json.JsonElement requiredposition: 1