Table of Contents

Class AndOperator

Namespace
NUnit.Framework.Constraints
Assembly
nunit.framework.dll

Operator that requires both it's arguments to succeed

public class AndOperator : BinaryOperator
Inheritance
AndOperator
Inherited Members

Constructors

AndOperator()

Construct an AndOperator

public AndOperator()

Methods

ApplyOperator(IConstraint, IConstraint)

Apply the operator to produce an AndConstraint

public override IConstraint ApplyOperator(IConstraint left, IConstraint right)

Parameters

left IConstraint
right IConstraint

Returns

IConstraint