data class PropTestConfig
<init> |
PropTestConfig(seed: Long? = null, minSuccess: Int = Int.MAX_VALUE, maxFailure: Int = 0, shrinkingMode: ShrinkingMode = ShrinkingMode.Bounded(1000)) |
maxFailure |
val maxFailure: Int |
minSuccess |
val minSuccess: Int |
seed |
val seed: Long? |
shrinkingMode |
val shrinkingMode: ShrinkingMode |