The members of NUnit.Framework.Constraints.ResolvableConstraintExpression are listed below.
See Also: Inherited members from NUnit.Framework.Constraints.ConstraintExpression
| Create a new instance of ResolvableConstraintExpression | ||
| Create a new instance of ResolvableConstraintExpression, passing in a pre-populated ConstraintBuilder. |
| [read-only] | And | ConstraintExpression. Appends an And Operator to the expression |
| [read-only] | Or | ConstraintExpression. Appends an Or operator to the expression. |
static | BitwiseAnd(Constraint, ResolvableConstraintExpression) | Documentation for this section has not yet been entered. |
static | BitwiseAnd(ResolvableConstraintExpression, Constraint) | Documentation for this section has not yet been entered. |
static | BitwiseAnd(ResolvableConstraintExpression, ResolvableConstraintExpression) | Documentation for this section has not yet been entered. |
static | BitwiseOr(Constraint, ResolvableConstraintExpression) | Documentation for this section has not yet been entered. |
static | BitwiseOr(ResolvableConstraintExpression, Constraint) | Documentation for this section has not yet been entered. |
static | BitwiseOr(ResolvableConstraintExpression, ResolvableConstraintExpression) | Documentation for this section has not yet been entered. |
static | LogicalNot | Documentation for this section has not yet been entered. |
| NUnit.Framework.Constraints.IResolveConstraint.Resolve | Resolve the current expression to a Constraint |