commonMain.com.zegreatrob.testmints.async.ScopeMint.kt Maven / Gradle / Ivy
package com.zegreatrob.testmints.async
import kotlinx.coroutines.CoroutineName
import kotlinx.coroutines.plus
abstract class ScopeMint {
val testScope = mintScope()
val setupScope = mintScope() + CoroutineName("Setup")
val exerciseScope = mintScope() + CoroutineName("Exercise")
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy