C# Class PclUnit.Constraints.Pieces.AllOperator

Represents a constraint that succeeds if all the members of a collection match a base constraint.
Inheritance: CollectionOperator
Afficher le fichier Open project: jbtule/PclUnit

Méthodes publiques

Méthode Description
ApplyPrefix ( Constraint constraint ) : Constraint

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

Method Details

ApplyPrefix() public méthode

Returns a constraint that will apply the argument to the members of a collection, succeeding if they all succeed.
public ApplyPrefix ( Constraint constraint ) : Constraint
constraint Constraint
Résultat Constraint