Class OrOperator
- Namespace
- NUnit.Framework.Constraints
- Assembly
- nunit.framework.dll
Operator that requires at least one of it's arguments to succeed
public class OrOperator : BinaryOperator
- Inheritance
-
OrOperator
- Inherited Members
Constructors
OrOperator()
Construct an OrOperator
public OrOperator()
Methods
ApplyOperator(IConstraint, IConstraint)
Apply the operator to produce an OrConstraint
public override IConstraint ApplyOperator(IConstraint left, IConstraint right)
Parameters
left
IConstraintright
IConstraint