kotest-assertions-core / io.kotest.matchers.longs / kotlin.Long / shouldNotBeBetween

shouldNotBeBetween

fun Long.shouldNotBeBetween(a: Long, b: Long): Unit

Verifies that the given Long is NOT between a and b inclusive.