Table of Contents

Class NoneOperator

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

Represents a constraint that succeeds if none of the members of a collection match a base constraint.

public class NoneOperator : CollectionOperator
Inheritance
NoneOperator
Inherited Members

Constructors

NoneOperator()

public NoneOperator()

Methods

ApplyPrefix(IConstraint)

Returns a constraint that will apply the argument to the members of a collection, succeeding if none of them succeed.

public override IConstraint ApplyPrefix(IConstraint constraint)

Parameters

constraint IConstraint

Returns

IConstraint