jqwik-kotlin
1.8.0
jvm
jqwik-kotlin
/
experiments
/
KotlinExperiments
Kotlin
Experiments
class
KotlinExperiments
Members
Constructors
Kotlin
Experiments
Link copied to clipboard
constructor
(
)
Functions
combines
One
To
Three
Link copied to clipboard
@
Provide
fun
combinesOneToThree
(
)
:
Arbitrary
<
Tuple.Tuple2
<
Int
,
Int
>
>
filter
arbitraries
Link copied to clipboard
@
Property
(
tries
=
1000
,
generation
=
GenerationMode.RANDOMIZED
)
fun
filter arbitraries
(
@
ForAll
(
value
=
"combinesOneToThree"
)
tuple
:
Tuple.Tuple2
<
Int
,
Int
>
)