csharp
public readonly record struct HarnessVerdictWhether a run passes, for a build to act on.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
public bool PassedWhether it did.
public IReadOnlyList<HarnessCell> FailedThe cells that broke a threshold, or that never resolved.
public string SummaryWhat to print.
Methods (1)
public HarnessVerdict(bool Passed, IReadOnlyList<HarnessCell> Failed, string Summary)Whether a run passes, for a build to act on.
Used by (4)
- HarnessTestsVixen.Animation.Tests
- JointLimitTestsVixen.Animation.Tests
- VariationReportVixen.Animation
- VariationHarnessViewVixen.Editor.AssetEditors