kotest-assertions-core / io.kotest.matchers.char / kotlin.Char / shouldBeInRange

shouldBeInRange

infix fun Char.shouldBeInRange(range: CharRange): Unit

Assert that Char is in given range CharRange.

See Also

shouldNotBeInRange

beInRange