C# Class PclUnit.Constraints.Pieces.NotOperator

Negates the test of the constraint it wraps.
Inheritance: PrefixOperator
Afficher le fichier Open project: jbtule/PclUnit

Méthodes publiques

Méthode Description
ApplyPrefix ( Constraint constraint ) : Constraint

Returns a NotConstraint applied to its argument.

NotOperator ( )

Constructs a new NotOperator

Method Details

ApplyPrefix() public méthode

Returns a NotConstraint applied to its argument.
public ApplyPrefix ( Constraint constraint ) : Constraint
constraint Constraint
Résultat Constraint

NotOperator() public méthode

Constructs a new NotOperator
public NotOperator ( )