kotest-property / io.kotest.property.arbitrary / negativeInts

negativeInts

fun Arb.Companion.negativeInts(min: Int = Int.MIN_VALUE): Arb<Int>

Returns an Arb where each value is a randomly chosen negative integer. The edge cases are: Int.MIN_VALUE