assert_ge_lt
Asserts that the value is greater than or equal to the first value and less than the second value.
Since
0.10.4
Parameters
actual
The actual value to compare
expected1
The first value in the range
expected2
The second value in the range