Searched refs:testRunnable (Results 1 – 2 of 2) sorted by relevance
73 Runnable testRunnable = () -> { in verifyIntentsHonored_whileTimersFire() local105 InstrumentationRegistry.getInstrumentation().runOnMainSync(testRunnable); in verifyIntentsHonored_whileTimersFire()110 Runnable testRunnable = () -> { in verifyIntentsHonored_ifNoTimersAreExpired() local126 InstrumentationRegistry.getInstrumentation().runOnMainSync(testRunnable); in verifyIntentsHonored_ifNoTimersAreExpired()
152 public void testRunnable() { in testRunnable() method in LambdaPerfTest