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

Represents a constraint that simply wraps the constraint provided as an argument, without any further functionality, but which modifes the order of evaluation because of its precedence.
Inheritance: PrefixOperator
Mostrar archivo Open project: Unity-Technologies/nunitv2

Public Methods

Method Description
ApplyPrefix ( Constraint constraint ) : Constraint

Returns a constraint that wraps its argument

WithOperator ( )

Constructor for the WithOperator

Method Details

ApplyPrefix() public method

Returns a constraint that wraps its argument
public ApplyPrefix ( Constraint constraint ) : Constraint
constraint Constraint
return Constraint

WithOperator() public method

Constructor for the WithOperator
public WithOperator ( )