Search Results for

    Show / Hide Table of Contents

    Class AndOperator

    Operator that requires both its arguments to succeed

    Inheritance
    object
    ConstraintOperator
    BinaryOperator
    AndOperator
    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 AndOperator : BinaryOperator

    Constructors

    View Source

    AndOperator()

    Construct an AndOperator

    Declaration
    public AndOperator()

    Methods

    View Source

    ApplyOperator(IConstraint, IConstraint)

    Apply the operator to produce an AndConstraint

    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