Skip to content

DecimalAssertions.BeGreaterThanOrEqualTo Method

Definition

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

public DecimalAssertionsChain BeGreaterThanOrEqualTo(decimal expected);

Parameters

Name Type Description
expected Decimal The value the decimal should be greater than or equal to.

Returns

DecimalAssertionsChain

A DecimalAssertionsChain for chaining further assertions.