Click or drag to resize

RegressionTestPlanRequestedRegressionSpecs Property

Returns a non-null possibly-empty set of specifications for regressions that the API is specifically instructed to test and return (on top of any others that it will test and potentially return anyway).

Namespace: DegreeDays.Api.Regressions
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public ReadOnlyCollection<RegressionSpec> RequestedRegressionSpecs { get; }

Property Value

ReadOnlyCollectionRegressionSpec
See Also