Class DelayedConstraint.WithRawPollingInterval
Allows only changing the time dimension of the polling interval of a DelayedConstraint
Inheritance
DelayedConstraint.WithRawPollingInterval
Inherited Members
Namespace: NUnit.Framework.Constraints
Assembly: nunit.framework.dll
Syntax
public class DelayedConstraint.WithRawPollingInterval : DelayedConstraint, IConstraint, IResolveConstraint
Constructors
View SourceWithRawPollingInterval(DelayedConstraint)
Creates a new DelayedConstraint.WithRawPollingInterval
Declaration
public WithRawPollingInterval(DelayedConstraint parent)
Parameters
Type | Name | Description |
---|---|---|
DelayedConstraint | parent | Parent DelayedConstraint on which polling dimension is required to be set |
Properties
View SourceMilliSeconds
Changes polling interval dimension to milliseconds
Declaration
public DelayedConstraint MilliSeconds { get; }
Property Value
Type | Description |
---|---|
DelayedConstraint |
Minutes
Changes polling interval dimension to minutes
Declaration
public DelayedConstraint Minutes { get; }
Property Value
Type | Description |
---|---|
DelayedConstraint |
Seconds
Changes polling interval dimension to seconds
Declaration
public DelayedConstraint Seconds { get; }
Property Value
Type | Description |
---|---|
DelayedConstraint |