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
ConstraintBuilder.cs File Reference

Classes

class  NUnit.Framework.Constraints.ConstraintBuilder
 ConstraintBuilder maintains the stacks that are used in processing a ConstraintExpression. An OperatorStack is used to hold operators that are waiting for their operands to be reorganized. a ConstraintStack holds input constraints as well as the results of each operator applied. More...
 
class  NUnit.Framework.Constraints.ConstraintBuilder.OperatorStack
 OperatorStack is a type-safe stack for holding ConstraintOperators More...
 
class  NUnit.Framework.Constraints.ConstraintBuilder.ConstraintStack
 ConstraintStack is a type-safe stack for holding Constraints More...
 

Namespaces

package  NUnit.Framework.Constraints