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