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