kotest-core / io.kotest.core.spec.style / kotlin.reflect.KClass

Extensions for kotlin.reflect.KClass

findAfterSpecFunctions

fun KClass<out AnnotationSpec>.findAfterSpecFunctions(): List<KFunction<*>>

findAfterTestFunctions

fun KClass<out AnnotationSpec>.findAfterTestFunctions(): List<KFunction<*>>

findBeforeSpecFunctions

fun KClass<out AnnotationSpec>.findBeforeSpecFunctions(): List<KFunction<*>>

findBeforeTestFunctions

fun KClass<out AnnotationSpec>.findBeforeTestFunctions(): List<KFunction<*>>

findTestFunctions

fun KClass<out AnnotationSpec>.findTestFunctions(): List<KFunction<*>>