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

shouldBeAnnotatedWith

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