API Reference
Class
TestParametersOverride
Override for TestParameters.
Inheritance
- Object
- TestParametersOverride
Constructors
public TestParametersOverride() #Inherited Methods
Properties
public Nullable<OperationType> OperationType { get; set; } #Operation to apply when overriding a test (e.g., Equals, GreaterThan, Between).
public String Property { get; set; } #Property path to evaluate (dot notation, supports Count and basic dictionary access).
public Object ExpectedValue { get; set; } #Expected value for the operation (ignored for Between/range when Min/Max are provided).
public Object Min { get; set; } #Optional lower bound for range comparisons (used to override Filter-based tests like Between).
public Object Max { get; set; } #Optional upper bound for range comparisons (used to override Filter-based tests like Between).
public String SecondaryProperty { get; set; } #Optional secondary property path used by percent‑of comparisons.
public Nullable<Double> PercentOfSecondary { get; set; } #Optional % threshold relative to SecondaryProperty.
public Nullable<Boolean> RoundUpPercentThreshold { get; set; } #When true, round up percent comparisons to the next whole threshold.
public ScaleDefinition Scale { get; set; } #Optional scale override for multi-band thresholds.