CustomProvider

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

Constructors

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

Properties

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