NUnit.Framework.Constraints.ResolvableConstraintExpression Members

The members of NUnit.Framework.Constraints.ResolvableConstraintExpression are listed below.

See Also: Inherited members from NUnit.Framework.Constraints.ConstraintExpression

Public Constructors

Create a new instance of ResolvableConstraintExpression
Create a new instance of ResolvableConstraintExpression, passing in a pre-populated ConstraintBuilder.

Public Properties

[read-only]
AndConstraintExpression. Appends an And Operator to the expression
[read-only]
OrConstraintExpression. Appends an Or operator to the expression.

Public Operators

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
LogicalNotDocumentation for this section has not yet been entered.

Explicitly Implemented Interface Members

NUnit.Framework.Constraints.IResolveConstraint.Resolve Resolve the current expression to a Constraint