Searched refs:mockRunnableForData (Results 1 – 1 of 1) sorted by relevance
388 Runnable mockRunnableForData = mock(Runnable.class); in testTextLocations_withRequestPreparer_shouldHoldOffUntilReady() local391 mockRunnableForData.run(); in testTextLocations_withRequestPreparer_shouldHoldOffUntilReady()399 verify(mockRunnableForData, times(0)).run(); in testTextLocations_withRequestPreparer_shouldHoldOffUntilReady()403 verify(mockRunnableForData, timeout(DEFAULT_TIMEOUT_MS)).run(); in testTextLocations_withRequestPreparer_shouldHoldOffUntilReady()436 Runnable mockRunnableForData = mock(Runnable.class); in testTextLocations_withUnresponsiveRequestPreparer_shouldTimeout() local443 mockRunnableForData.run(); in testTextLocations_withUnresponsiveRequestPreparer_shouldTimeout()450 verify(mockRunnableForData, timeout(DEFAULT_TIMEOUT_MS)).run(); in testTextLocations_withUnresponsiveRequestPreparer_shouldTimeout()