ConstraintFactory.None Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a ConstraintExpression, which will apply the following constraint to all members of a collection, succeeding if all of them fail.
public NUnit.Framework.Constraints.ConstraintExpression None { get; }
member this.None : NUnit.Framework.Constraints.ConstraintExpression