Home
last modified time | relevance | path

Searched refs:singleNotification (Results 1 – 2 of 2) 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-rx2/test/
DCheck.kt21 val singleNotification = observable.materialize().blockingSingle() in checkErroneous() constant
22 val error = singleNotification.error ?: error("Excepted error") in checkErroneous()