IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Framework.Constraints.WithOperator Class Reference

Represents a constraint that simply wraps the constraint provided as an argument, without any further functionality, but which modifies the order of evaluation because of its precedence. More...

+ Inheritance diagram for NUnit.Framework.Constraints.WithOperator:
+ Collaboration diagram for NUnit.Framework.Constraints.WithOperator:

Public Member Functions

 WithOperator ()
 Constructor for the WithOperator More...
 
override IConstraint ApplyPrefix (IConstraint constraint)
 Returns a constraint that wraps its argument More...
 
- Public Member Functions inherited from NUnit.Framework.Constraints.PrefixOperator
override void Reduce (ConstraintBuilder.ConstraintStack stack)
 Reduce produces a constraint from the operator and any arguments. It takes the arguments from the constraint stack and pushes the resulting constraint on it. More...
 

Additional Inherited Members

- Protected Attributes inherited from NUnit.Framework.Constraints.ConstraintOperator
int left_precedence
 The precedence value used when the operator is about to be pushed to the stack. More...
 
int right_precedence
 The precedence value used when the operator is on the top of the stack. More...
 
- Properties inherited from NUnit.Framework.Constraints.ConstraintOperator
object LeftContext [get, set]
 The syntax element preceding this operator More...
 
object RightContext [get, set]
 The syntax element following this operator More...
 
virtual int LeftPrecedence [get]
 The precedence value used when the operator is about to be pushed to the stack. More...
 
virtual int RightPrecedence [get]
 The precedence value used when the operator is on the top of the stack. More...
 

Detailed Description

Represents a constraint that simply wraps the constraint provided as an argument, without any further functionality, but which modifies the order of evaluation because of its precedence.

Constructor & Destructor Documentation

NUnit.Framework.Constraints.WithOperator.WithOperator ( )
inline

Constructor for the WithOperator

Member Function Documentation

override IConstraint NUnit.Framework.Constraints.WithOperator.ApplyPrefix ( IConstraint  constraint)
inlinevirtual

Returns a constraint that wraps its argument

Implements NUnit.Framework.Constraints.PrefixOperator.


The documentation for this class was generated from the following file: