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