Table of Contents

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 DelayedConstraint

Parent DelayedConstraint on which polling dimension is required to be set

Properties

MilliSeconds

Changes polling interval dimension to milliseconds

public DelayedConstraint MilliSeconds { get; }

Property Value

DelayedConstraint

Minutes

Changes polling interval dimension to minutes

public DelayedConstraint Minutes { get; }

Property Value

DelayedConstraint

Seconds

Changes polling interval dimension to seconds

public DelayedConstraint Seconds { get; }

Property Value

DelayedConstraint