Vixen
02b45cc4
csharp
public record class HarnessCase

One configuration the harness ran, and what it was.

No guide page documents this yet — the page shows what the code says about itself.

Remarks

Choices rather than only the label, because the drill-down has to rebuild this exact configuration — a label is for a person and an index per axis is for the editor.

Fields and properties (3)

  • public int Index

    Its row in the matrix.

  • public string Label

    What it was, in words.

  • public IReadOnlyList<int> Choices

    Which value each axis took, in the plan's axis order.

Methods (1)

  • public HarnessCase(int Index, string Label, IReadOnlyList<int> Choices)

    One configuration the harness ran, and what it was.

Used by (6)

  • HarnessTestsVixen.Animation.Tests
  • VariationHarnessVixen.Animation
  • VariationReportVixen.Animation
  • HarnessSelectionVixen.Editor.AssetEditors
  • HarnessViewTestsVixen.Editor.AssetEditors.Tests
  • VariationHarnessViewVixen.Editor.AssetEditors