Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DSimpleTimeLimiterTest.java44 private static final String GOOD_CALLABLE_RESULT = "good callable result"; field in SimpleTimeLimiterTest
50 return GOOD_CALLABLE_RESULT;
158 assertThat(result).isEqualTo(GOOD_CALLABLE_RESULT); in testCallWithTimeout_goodCallableWithEnoughTime()
184 assertThat(result).isEqualTo(GOOD_CALLABLE_RESULT); in testCallUninterruptiblyWithTimeout_goodCallableWithEnoughTime()
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DSimpleTimeLimiterTest.java44 private static final String GOOD_CALLABLE_RESULT = "good callable result"; field in SimpleTimeLimiterTest
50 return GOOD_CALLABLE_RESULT;
158 assertThat(result).isEqualTo(GOOD_CALLABLE_RESULT); in testCallWithTimeout_goodCallableWithEnoughTime()
184 assertThat(result).isEqualTo(GOOD_CALLABLE_RESULT); in testCallUninterruptiblyWithTimeout_goodCallableWithEnoughTime()