C# Class PclUnit.Constraints.Pieces.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: jbtule/PclUnit

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