CustomProvider

class CustomProvider<out T : Any>(val targetType: KClass<out T>, val arbitraryFactory: () -> Arbitrary<out T>)

Constructors

Link copied to clipboard
constructor(targetType: KClass<out T>, arbitraryFactory: () -> Arbitrary<out T>)

Properties

Link copied to clipboard
val arbitraryFactory: () -> Arbitrary<out T>
Link copied to clipboard
val targetType: KClass<out T>