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
Afficher le fichier Open project: Unity-Technologies/nunitv2

Méthodes publiques

Méthode Description
ApplyPrefix ( Constraint constraint ) : Constraint

Returns a constraint that wraps its argument

WithOperator ( )

Constructor for the WithOperator

Method Details

ApplyPrefix() public méthode

Returns a constraint that wraps its argument
public ApplyPrefix ( Constraint constraint ) : Constraint
constraint Constraint
Résultat Constraint

WithOperator() public méthode

Constructor for the WithOperator
public WithOperator ( )