The methods of NUnit.Framework.Constraints.BinaryOperator are listed below. For a list of all members, see the BinaryOperator Members list.
See Also: Inherited members from NUnit.Framework.Constraints.ConstraintOperator
abstract | ApplyOperator(Constraint, Constraint)Abstract method that produces a constraint by applying the operator to its left and right constraint arguments. | |
override | Reduce(ConstraintBuilder.ConstraintStack)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. |