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

Negates the test of the constraint it wraps.
Inheritance: PrefixOperator
显示文件 Open project: Unity-Technologies/nunitv2

Public Methods

Method Description
ApplyPrefix ( Constraint constraint ) : Constraint

Returns a NotConstraint applied to its argument.

NotOperator ( )

Constructs a new NotOperator

Method Details

ApplyPrefix() public method

Returns a NotConstraint applied to its argument.
public ApplyPrefix ( Constraint constraint ) : Constraint
constraint Constraint
return Constraint

NotOperator() public method

Constructs a new NotOperator
public NotOperator ( )