Class OrOperator
Operator that requires at least one of its arguments to succeed
Inherited Members
Namespace: NUnit.Framework.Constraints
Assembly: nunit.framework.dll
Syntax
public class OrOperator : BinaryOperator
Constructors
View SourceOrOperator()
Construct an OrOperator
Declaration
public OrOperator()
Methods
View SourceApplyOperator(IConstraint, IConstraint)
Apply the operator to produce an OrConstraint
Declaration
public override IConstraint ApplyOperator(IConstraint left, IConstraint right)
Parameters
Type | Name | Description |
---|---|---|
IConstraint | left | |
IConstraint | right |
Returns
Type | Description |
---|---|
IConstraint |