Edit

Share via


GreaterThanConstraint(Object) Constructor

Definition

Initializes a new instance of the GreaterThanConstraint class.

public GreaterThanConstraint (object expected);
new NUnit.Framework.Constraints.GreaterThanConstraint : obj -> NUnit.Framework.Constraints.GreaterThanConstraint

Parameters

expected
Object

The expected value.

Applies to