toggle menu
jqwik-kotlin
1.9.1
jvm
switch theme
search in API
jqwik-kotlin
/
net.jqwik.kotlin.api
/
SubtypeScope
/
CustomProvider
Custom
Provider
class
CustomProvider
<
out
T
:
Any
>
(
val
targetType
:
KClass
<
out
T
>
,
val
arbitraryFactory
:
(
)
->
Arbitrary
<
out
T
>
)
Members
Constructors
Custom
Provider
Link copied to clipboard
constructor
(
targetType
:
KClass
<
out
T
>
,
arbitraryFactory
:
(
)
->
Arbitrary
<
out
T
>
)
Properties
arbitrary
Factory
Link copied to clipboard
val
arbitraryFactory
:
(
)
->
Arbitrary
<
out
T
>
target
Type
Link copied to clipboard
val
targetType
:
KClass
<
out
T
>