ConstraintBuilder.Append Method

Definition

Overloads

Append(Constraint)

Appends the specified constraint to the expresson by pushing it on the constraint stack.

Append(ConstraintOperator)

Appends the specified operator to the expression by first reducing the operator stack and then pushing the new operator on the stack.

Append(Constraint)

Appends the specified constraint to the expresson by pushing it on the constraint stack.

public void Append (NUnit.Framework.Constraints.Constraint constraint);
member this.Append : NUnit.Framework.Constraints.Constraint -> unit

Parameters

constraint
Constraint

The constraint to push.

Applies to

Append(ConstraintOperator)

Appends the specified operator to the expression by first reducing the operator stack and then pushing the new operator on the stack.

public void Append (NUnit.Framework.Constraints.ConstraintOperator op);
member this.Append : NUnit.Framework.Constraints.ConstraintOperator -> unit

Parameters

op
ConstraintOperator

The operator to push.

Applies to