Searched refs:sleepAtLeast (Results 1 – 3 of 3) sorted by relevance
32 public void sleepAtLeast() throws Exception { in sleepAtLeast() method in TestUtilsTest36 TestUtils.sleepAtLeast(sleepMilis); in sleepAtLeast()
372 sleepAtLeast(1001); in afterResponseMaxAge_cacheEntryInvalidated()401 sleepAtLeast(1001); in invalidResponseMaxAge_usesDefault()441 sleepAtLeast(1001); in cacheHit_doesNotResetExpiration()468 sleepAtLeast(1001); in afterDefaultMaxAge_cacheEntryInvalidated()521 private static void sleepAtLeast(long millis) throws InterruptedException { in sleepAtLeast() method in SafeMethodCachingInterceptorTest
211 public static void sleepAtLeast(long millis) throws InterruptedException { in sleepAtLeast() method in TestUtils