Class AllOperator
- Namespace
- NUnit.Framework.Constraints
- Assembly
- nunit.framework.dll
Represents a constraint that succeeds if all the members of a collection match a base constraint.
public class AllOperator : CollectionOperator
- Inheritance
-
AllOperator
- Inherited Members
Constructors
AllOperator()
public AllOperator()
Methods
ApplyPrefix(IConstraint)
Returns a constraint that will apply the argument to the members of a collection, succeeding if they all succeed.
public override IConstraint ApplyPrefix(IConstraint constraint)
Parameters
constraint
IConstraint