assert_gt
Assert that a value is greater than a given lower bound.
Alias
Alias target
Since
0.10.4
Parameters
actual
the actual value
least_expected
the lower bound (exclusive)
Assert that a value is greater than a given lower bound.
0.10.4
the actual value
the lower bound (exclusive)