assert_ge
Assert that a value is greater than or equal to a given lower bound.
Alias
Alias target
Since
0.10.4
Parameters
actual
the actual value
least_expected
the lower bound (inclusive)
Assert that a value is greater than or equal to a given lower bound.
0.10.4
the actual value
the lower bound (inclusive)