KotlinExperiments

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@Provide
fun combinesOneToThree(): Arbitrary<Tuple.Tuple2<Int, Int>>
Link copied to clipboard
@Property(tries = 1000, generation = GenerationMode.RANDOMIZED)
fun filter arbitraries(@ForAll(value = "combinesOneToThree") tuple: Tuple.Tuple2<Int, Int>)