Table of Contents

Class WithOperator

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

Represents a constraint that simply wraps the constraint provided as an argument, without any further functionality, but which modifies the order of evaluation because of its precedence.

public class WithOperator : PrefixOperator
Inheritance
WithOperator
Inherited Members

Constructors

WithOperator()

Constructor for the WithOperator

public WithOperator()

Methods

ApplyPrefix(IConstraint)

Returns a constraint that wraps its argument

public override IConstraint ApplyPrefix(IConstraint constraint)

Parameters

constraint IConstraint

Returns

IConstraint