Searched refs:assertFutureTimesOut (Results 1 - 2 of 2) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
H A DJSR166TestCase.java444 void assertFutureTimesOut(Future future) { method in class:JSR166TestCase
445 assertFutureTimesOut(future, timeoutMillis());
451 void assertFutureTimesOut(Future future, long timeoutMillis) { method in class:JSR166TestCase
H A DExecutorsTest.java272 assertFutureTimesOut(future);

Completed in 15 milliseconds