편집

다음을 통해 공유


Is.AtLeast(Object) Method

Definition

Returns a constraint that tests whether the actual value is greater than or equal to the suppled argument

public static NUnit.Framework.Constraints.GreaterThanOrEqualConstraint AtLeast(object expected);
static member AtLeast : obj -> NUnit.Framework.Constraints.GreaterThanOrEqualConstraint

Parameters

expected
Object

Returns

Applies to