Package-level declarations

Types

Link copied to clipboard

Base for a provider driven by a parameter annotation.

Link copied to clipboard

Base for a provider that supplies values for one parameter type.

Link copied to clipboard
Link copied to clipboard
data class TestParameter @JvmOverloads constructor(val name: String, val type: KClass<*>, val isNullable: Boolean = false, val annotations: List<Annotation> = emptyList(), val clock: Clock = Clock.systemUTC())

Represents a parameter for a test method.