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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DFuturesTest.java718 * TODO(cpovirk): maybe pass around TestFuture instances instead of
727 private static final class TestFuture { class in class:FuturesTest
732 TestFuture( method in class:FuturesTest.TestFuture
841 final ImmutableList<TestFuture> allFutures =
842 ImmutableList.of(new TestFuture(doneSuccess, "doneSuccess", doNothing),
843 new TestFuture(doneFailed, "doneFailed", doNothing),
844 new TestFuture(doneCancelled, "doneCancelled", doNothing),
845 new TestFuture(
847 new TestFuture(delayedSuccess, "delayedSuccess", finishSuccess),
848 new TestFuture(delayedFaile
[all...]

Completed in 35 milliseconds