Search Results for

    Show / Hide Table of Contents

    Class DelayedConstraint.WithRawPollingInterval

    Allows only changing the time dimension of the polling interval of a DelayedConstraint

    Inheritance
    object
    Constraint
    PrefixConstraint
    DelayedConstraint
    DelayedConstraint.WithRawPollingInterval
    Implements
    IConstraint
    IResolveConstraint
    Inherited Members
    DelayedConstraint.ApplyTo<TActual>(TActual)
    DelayedConstraint.ApplyTo<TActual>(ActualValueDelegate<TActual>)
    DelayedConstraint.ApplyTo<TActual>(ref TActual)
    DelayedConstraint.ApplyToAsync<TActual>(Func<Task<TActual>>)
    DelayedConstraint.GetStringRepresentation()
    DelayedConstraint.DelayInterval
    DelayedConstraint.PollingInterval
    DelayedConstraint.Description
    PrefixConstraint.BaseConstraint
    PrefixConstraint.DescriptionPrefix
    Constraint.GetTestObject<TActual>(ActualValueDelegate<TActual>)
    Constraint.ToString()
    Constraint.GetStringRepresentation(IEnumerable)
    Constraint.After(int)
    Constraint.After(int, int)
    Constraint.DisplayName
    Constraint.Arguments
    Constraint.Builder
    Constraint.And
    Constraint.With
    Constraint.Or
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NUnit.Framework.Constraints
    Assembly: nunit.framework.dll
    Syntax
    public class DelayedConstraint.WithRawPollingInterval : DelayedConstraint, IConstraint, IResolveConstraint

    Constructors

    View Source

    WithRawPollingInterval(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 Source

    MilliSeconds

    Changes polling interval dimension to milliseconds

    Declaration
    public DelayedConstraint MilliSeconds { get; }
    Property Value
    Type Description
    DelayedConstraint
    View Source

    Minutes

    Changes polling interval dimension to minutes

    Declaration
    public DelayedConstraint Minutes { get; }
    Property Value
    Type Description
    DelayedConstraint
    View Source

    Seconds

    Changes polling interval dimension to seconds

    Declaration
    public DelayedConstraint Seconds { get; }
    Property Value
    Type Description
    DelayedConstraint

    Implements

    IConstraint
    IResolveConstraint
    • View Source
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0