KotlinIntRangeConfigurator

class KotlinIntRangeConfigurator : ArbitraryConfiguratorBase

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open operator fun compareTo(other: ArbitraryConfigurator?): Int
Link copied to clipboard
open fun <T> configure(arbitrary: Arbitrary<T?>?, targetType: TypeUsage?): Arbitrary<T?>?
fun configure(arbitrary: Arbitrary<IntRange>, range: JqwikIntRange): Arbitrary<IntRange>
Link copied to clipboard
open fun order(): Int