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

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

Public Methods

Method Description
AndOperator ( )

Construct an AndOperator

ApplyOperator ( Constraint left, Constraint right ) : Constraint

Apply the operator to produce an AndConstraint

Method Details

AndOperator() public method

Construct an AndOperator
public AndOperator ( )

ApplyOperator() public method

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