Searched refs:timeBomb (Results 1 – 4 of 4) sorted by relevance
156 timeBomb().await() in <lambda>()163 …private fun timeBomb() = Single.timer(1, TimeUnit.MILLISECONDS).doOnSuccess { throw TestException(… in <lambda>() method in kotlinx.coroutines.rx2.ObservableTest
156 timeBomb().await() in <lambda>()163 …private fun timeBomb() = Single.timer(1, TimeUnit.MILLISECONDS).doOnSuccess { throw TestException(… in <lambda>() method
265 timeBomb().awaitFirst() in <lambda>()276 …private fun timeBomb() = Mono.delay(Duration.ofMillis(1)).doOnSuccess { throw Exception("something… in <lambda>() method
12 public void timeBomb() throws SecurityException, NoSuchMethodException { in timeBomb() method in TimeBombTest