Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DSimpleTimeLimiterTest.java153 proxy.sleepThenThrowException(); in testBadMethodWithEnoughTime()
166 proxy.sleepThenThrowException(); in testBadMethodWithNotEnoughTime()
182 void sleepThenThrowException() throws SampleException; in sleepThenThrowException() method
202 public void sleepThenThrowException() throws SampleException { in sleepThenThrowException() method in SimpleTimeLimiterTest.SampleImpl