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