Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/test/
DObservableTest.kt156 timeBomb().await() in <lambda>()
163 …private fun timeBomb() = Single.timer(1, TimeUnit.MILLISECONDS).doOnSuccess { throw TestException(… in <lambda>() method in kotlinx.coroutines.rx2.ObservableTest
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/test/
DObservableTest.kt156 timeBomb().await() in <lambda>()
163 …private fun timeBomb() = Single.timer(1, TimeUnit.MILLISECONDS).doOnSuccess { throw TestException(… in <lambda>() method
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/test/
DMonoTest.kt265 timeBomb().awaitFirst() in <lambda>()
276 …private fun timeBomb() = Mono.delay(Duration.ofMillis(1)).doOnSuccess { throw Exception("something… in <lambda>() method
/external/testng/src/test/java/test/tmp/
DTimeBombTest.java12 public void timeBomb() throws SecurityException, NoSuchMethodException { in timeBomb() method in TimeBombTest