Home
last modified time | relevance | path

Searched defs:testResultMap (Results 1 – 4 of 4) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/test/
DHelpersJvm.kt6 actual fun testResultMap(block: (() -> Unit) -> Unit, test: () -> TestResult) { in testResultMap() method
/external/kotlinx.coroutines/kotlinx-coroutines-test/native/test/
DHelpers.kt8 actual fun testResultMap(block: (() -> Unit) -> Unit, test: () -> TestResult) { in testResultMap() method
/external/kotlinx.coroutines/kotlinx-coroutines-test/js/test/
DHelpers.kt9 actual fun testResultMap(block: (() -> Unit) -> Unit, test: () -> TestResult): TestResult = in testResultMap() method
/external/kotlinx.coroutines/kotlinx-coroutines-test/common/test/
DHelpers.kt36 expect fun testResultMap(block: (() -> Unit) -> Unit, test: () -> TestResult): TestResult in assertRunsFast() method