assert_lt
Assert that a value is less than a given upper bound.
Alias
Alias target
Since
0.10.4
Parameters
actual
the actual value
greatest_expected
the upper bound (exclusive)
Assert that a value is less than a given upper bound.
0.10.4
the actual value
the upper bound (exclusive)