kotest-assertions-core / io.kotest.matchers.reflection / kotlin.reflect.KFunction / shouldBeAnnotatedWith

shouldBeAnnotatedWith

inline fun <reified T : Annotation> KFunction<*>.shouldBeAnnotatedWith(block: (T) -> Unit = {}): Unit