Home
last modified time | relevance | path

Searched refs:assertCallsExceptionHandlerWith (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/test/
H A DIntegrationTest.kt155 assertCallsExceptionHandlerWith<IllegalStateException> { in <lambda>()
197 assertCallsExceptionHandlerWith<IllegalStateException> { in <lambda>()
H A DPublishTest.kt150 assertCallsExceptionHandlerWith<TestException> { exceptionHandler -> in <lambda>()
191 assertCallsExceptionHandlerWith<TestException> { handler -> in <lambda>()
/aosp_15_r20/external/kotlinx.coroutines/reactive/kotlinx-coroutines-jdk9/test/
H A DPublishTest.kt146 assertCallsExceptionHandlerWith<TestException> { exceptionHandler -> in <lambda>()
187 assertCallsExceptionHandlerWith<TestException> { handler -> in <lambda>()
/aosp_15_r20/external/kotlinx.coroutines/test-utils/jvm/src/
H A DExceptions.kt48 suspend inline fun <reified E: Throwable> assertCallsExceptionHandlerWith( in assertCallsExceptionHandlerWith() method