TestimoX

API Reference

Class

ScaleBand

Namespace TestimoX.Testing
Assembly TestimoX

Static band for a scale (numeric range -> status, importance, pass/fail, message/penalty).

Inheritance

  • Object
  • ScaleBand

Constructors

Properties

public Nullable<Double> Min { get; set; } #

Lower threshold (null means negative infinity).

public Boolean MinInclusive { get; set; } #

Whether the lower threshold is inclusive.

public Nullable<Double> Max { get; set; } #

Upper threshold (null means positive infinity).

public Boolean MaxInclusive { get; set; } #

Whether the upper threshold is inclusive.

public TestimoStatus Status { get; set; } #

Status to emit when this band matches.

public Nullable<Importance> Importance { get; set; } #

Optional importance override for this band.

public Nullable<ActionType> ActionType { get; set; } #

Optional action type suggestion for this band.

public Nullable<Boolean> Pass { get; set; } #

Optional pass/fail override when this band matches.

public String Message { get; set; } #

Optional message to display when this band matches.

public Nullable<Int32> Penalty { get; set; } #

Optional penalty points associated with this band.