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