kotest-property / io.kotest.property / ShrinkingMode / Bounded

Bounded

data class Bounded : ShrinkingMode

Shrinks until a maximum number of values have been found.

Constructors

<init>

Shrinks until a maximum number of values have been found.

Bounded(bound: Int)

Properties

bound

val bound: Int