Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
data class TestParameter(val name: String, val type: KClass<*>, val isNullable: Boolean = false, val annotations: List<Annotation> = emptyList())

Represents a parameter for a test method.