Class BinaryConstraint
- Namespace
- NUnit.Framework.Constraints
- Assembly
- nunit.framework.dll
BinaryConstraint is the abstract base of all constraints that combine two other constraints in some fashion.
public abstract class BinaryConstraint : Constraint, IConstraint, IResolveConstraint
- Inheritance
-
BinaryConstraint
- Implements
- Derived
- Inherited Members
Constructors
BinaryConstraint(IConstraint, IConstraint)
Construct a BinaryConstraint from two other constraints
protected BinaryConstraint(IConstraint left, IConstraint right)
Parameters
left
IConstraintThe first constraint
right
IConstraintThe second constraint
Fields
Left
The first constraint being combined
protected IConstraint Left
Field Value
Right
The second constraint being combined
protected IConstraint Right