fun Int.shouldBeBetween(a: Int, b: Int): Unit
Verifies that the given integer is between a and b inclusive.