Skip to content

IntegerAssertions<T>.BeGreaterThanOrEqualTo Method

Definition

Asserts that the integer value is greater than or equal to the expected value.

public IntegerAssertionsChain<T> BeGreaterThanOrEqualTo(T expected);

Parameters

Name Type Description
expected T The value the integer should be greater than or equal to.

Returns

IntegerAssertionsChain<T>

An IntegerAssertionsChain<T> for chaining further assertions.