Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DSimpleTimeLimiterTest.java124 assertEquals("x", proxy.sleepThenReturnInput("x")); in testGoodMethodWithEnoughTime()
135 proxy.sleepThenReturnInput("x"); in testGoodMethodWithNotEnoughTime()
181 String sleepThenReturnInput(String input); in sleepThenReturnInput() method
192 public String sleepThenReturnInput(String input) { in sleepThenReturnInput() method in SimpleTimeLimiterTest.SampleImpl