TestimoX

API Reference

Class

BenchmarkControlSetPackMapping

Namespace TestimoX.Benchmarks.Execution
Assembly TestimoX
Modifiers sealed

Pins one reviewed mapping of a named control set to an exact benchmark pack.

Inheritance

  • Object
  • BenchmarkControlSetPackMapping

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

Constructors

public BenchmarkControlSetPackMapping() #

Properties

public String PackId { get; set; } #

Gets or sets the exact benchmark pack identifier.

public String PackHash { get; set; } #

Gets or sets the exact benchmark pack content hash.

public List<String> ProfileIds { get; set; } #

Gets or sets the profiles reviewed for this pack mapping.

public List<String> ControlIds { get; set; } #

Gets or sets the exact pack control identifiers approved for this mapping.

public List<String> ControlKeys { get; set; } #
JsonIgnore(Condition = 3)

Gets or sets canonical keys represented by this exact pack mapping, including reviewed crosswalk keys.

public Int32 ExpectedControlCount { get; set; } #

Gets or sets the exact number of controls that must resolve.