
commonMain.io.kotest.engine.spec.parallelise.kt Maven / Gradle / Ivy
package io.kotest.engine.spec
import io.kotest.core.spec.DoNotParallelize
import io.kotest.mpp.annotation
import kotlin.reflect.KClass
fun KClass<*>.isDoNotParallelize(): Boolean = annotation() != null
© 2015 - 2025 Weber Informatics LLC | Privacy Policy