C# Class UnityEngine.NUnit.Framework.Constraints.OrOperator

Operator that requires at least one of it's arguments to succeed
Inheritance: BinaryOperator
Mostrar archivo Open project: Unity-Technologies/nunitv2

Public Methods

Method Description
ApplyOperator ( Constraint left, Constraint right ) : Constraint

Apply the operator to produce an OrConstraint

OrOperator ( )

Construct an OrOperator

Method Details

ApplyOperator() public method

Apply the operator to produce an OrConstraint
public ApplyOperator ( Constraint left, Constraint right ) : Constraint
left Constraint
right Constraint
return Constraint

OrOperator() public method

Construct an OrOperator
public OrOperator ( )