Searched refs:testEmptySingle (Results 1 – 4 of 4) sorted by relevance
111 fun testEmptySingle() = runTest(unhandled = listOf({e -> e is NoSuchElementException})) { in <lambda>() method
111 fun testEmptySingle() = runTest(unhandled = listOf({e -> e is NoSuchElementException})) { in <lambda>() method in kotlinx.coroutines.rx3.IntegrationTest
108 fun testEmptySingle() = runTest(unhandled = listOf { e -> e is NoSuchElementException}) { in <lambda>() method in kotlinx.coroutines.jdk9.IntegrationTest
89 fun testEmptySingle() = runTest(unhandled = listOf { e -> e is NoSuchElementException }) { in <lambda>() method