Search Results for

    Show / Hide Table of Contents

    Class OrOperator

    Operator that requires at least one of its arguments to succeed

    Inheritance
    object
    ConstraintOperator
    BinaryOperator
    OrOperator
    Inherited Members
    BinaryOperator.Reduce(ConstraintBuilder.ConstraintStack)
    BinaryOperator.LeftPrecedence
    BinaryOperator.RightPrecedence
    ConstraintOperator.left_precedence
    ConstraintOperator.right_precedence
    ConstraintOperator.LeftContext
    ConstraintOperator.RightContext
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NUnit.Framework.Constraints
    Assembly: nunit.framework.dll
    Syntax
    public class OrOperator : BinaryOperator

    Constructors

    View Source

    OrOperator()

    Construct an OrOperator

    Declaration
    public OrOperator()

    Methods

    View Source

    ApplyOperator(IConstraint, IConstraint)

    Apply the operator to produce an OrConstraint

    Declaration
    public override IConstraint ApplyOperator(IConstraint left, IConstraint right)
    Parameters
    Type Name Description
    IConstraint left
    IConstraint right
    Returns
    Type Description
    IConstraint
    Overrides
    BinaryOperator.ApplyOperator(IConstraint, IConstraint)
    • 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