Searched refs:FuturesTest (Results 1 – 8 of 8) sorted by relevance
21 import static com.google.common.util.concurrent.FuturesTest.failureWithCause;22 import static com.google.common.util.concurrent.FuturesTest.pseudoTimedGetUninterruptibly;
68 for (Method method : FuturesTest.class.getDeclaredMethods()) { in suite()97 Class<?> test = classLoader.loadClass(FuturesTest.class.getName()); in runTestMethod()
27 import com.google.common.util.concurrent.FuturesTest.ExecutorSpy;
100 public class FuturesTest extends TestCase { class