Searched refs:NOT_ENOUGH_MS (Results 1 – 1 of 1) sorted by relevance
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | SimpleTimeLimiterTest.java | 35 private static final int NOT_ENOUGH_MS = 5; field in SimpleTimeLimiterTest 80 }, NOT_ENOUGH_MS, TimeUnit.MILLISECONDS, true); in testGoodCallableWithNotEnoughTime() 84 assertTheCallTookBetween(start, NOT_ENOUGH_MS, DELAY_MS); in testGoodCallableWithNotEnoughTime() 112 }, NOT_ENOUGH_MS, TimeUnit.MILLISECONDS, true); in testBadCallableWithNotEnoughTime() 116 assertTheCallTookBetween(start, NOT_ENOUGH_MS, DELAY_MS); in testBadCallableWithNotEnoughTime() 132 target, Sample.class, NOT_ENOUGH_MS, TimeUnit.MILLISECONDS); in testGoodMethodWithNotEnoughTime() 139 assertTheCallTookBetween(start, NOT_ENOUGH_MS, DELAY_MS); in testGoodMethodWithNotEnoughTime() 163 target, Sample.class, NOT_ENOUGH_MS, TimeUnit.MILLISECONDS); in testBadMethodWithNotEnoughTime() 170 assertTheCallTookBetween(start, NOT_ENOUGH_MS, DELAY_MS); in testBadMethodWithNotEnoughTime()
|