TestimoX

API Reference

Class

ParamScaleBand

Namespace TestimoX.Testing
Assembly TestimoX

Parameterized band where thresholds are resolved from rule parameters at runtime.

Inheritance

  • Object
  • ParamScaleBand

Constructors

Properties

public String MinKey { get; set; } #

Parameter key for the lower threshold (null means negative infinity).

public Boolean MinInclusive { get; set; } #

Whether the lower threshold is inclusive.

public String MaxKey { get; set; } #

Parameter key for the 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.