ConstraintBuilder.Resolve Method

Definition

Resolves this instance, returning a Constraint. If the builder is not currently in a resolvable state, an exception is thrown.

public NUnit.Framework.Constraints.Constraint Resolve ();
member this.Resolve : unit -> NUnit.Framework.Constraints.Constraint

Returns

The resolved constraint

Applies to