jqwik-kotlin
Toggle table of contents
1.9.3
jvm
Platform filter
jvm
Switch theme
Search in API
jqwik-kotlin
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
>