Click or drag to resize

RegressionTestPlan Methods

The RegressionTestPlan type exposes the following members.

Methods
 NameDescription
Public methodEquals Returns true if obj is an RegressionTestPlan with the same configuration as this.
(Overrides ObjectEquals(Object))
Public methodGetCustomTestCoolingBaseTemperatures Returns the custom set of base temperatures to be used for the CDD in regressions tested by the API, or throws an InvalidOperationException if no such base temperatures are specified (check HasCustomTestCoolingBaseTemperatures before calling this).
Public methodGetCustomTestHeatingBaseTemperatures Returns the custom set of base temperatures to be used for the HDD in regressions tested by the API, or throws an InvalidOperationException if no such base temperatures are specified (check HasCustomTestHeatingBaseTemperatures before calling this).
Public methodGetExtraPredictorSpec Returns the non-null ExtraPredictorSpec associated with the specified string extraPredictorKey.
Public methodGetHashCode Overridden to ensure consistency with Equals.
(Overrides ObjectGetHashCode)
Public methodToString Returns a non-null, non-empty string representation of this instance for logging and debugging purposes.
(Overrides ObjectToString)
Top
See Also