Vixen
02b45cc4
csharp
public readonly record struct HarnessVerdict

Whether 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 Passed

    Whether it did.

  • public IReadOnlyList<HarnessCell> Failed

    The cells that broke a threshold, or that never resolved.

  • public string Summary

    What 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