Searched defs:sleepThenReturnInput (Results 1 - 1 of 1) sorted by relevance

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

Completed in 45 milliseconds