assert_gt_lt
Asserts that the value is greater than 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
Asserts that the value is greater than the first value and less than the second value.
0.10.4
The actual value to compare
The first value in the range
The second value in the range