Home
last modified time | relevance | path

Searched refs:singleNotification (Results 1 – 3 of 3) sorted by relevance

/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/test/
DCheck.kt42 val singleNotification = flux.materialize().toIterable().single() in checkErroneous() constant
43 checker(singleNotification.throwable) in checkErroneous()
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/test/
DCheck.kt22 val singleNotification = observable.materialize().blockingSingle() in checkErroneous() constant
23 val error = singleNotification.error ?: error("Excepted error") in checkErroneous()
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/test/
DCheck.kt23 val singleNotification = observable.materialize().blockingSingle() in checkErroneous() constant
24 val error = singleNotification.error ?: error("Excepted error") in checkErroneous()