csharp
public record class HarnessCaseOne 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 IndexIts row in the matrix.
public string LabelWhat it was, in words.
public IReadOnlyList<int> ChoicesWhich 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