C# Class PclUnit.Constraints.Pieces.NotOperator

Negates the test of the constraint it wraps.
Inheritance: PrefixOperator
Show file Open project: jbtule/PclUnit

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 ( )