assert_gt_lt

function <T: -comparable> assert_gt_lt(actual: T, expected1: T, expected2: T)

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