Searched refs:assertTaskWrapped (Results 1 – 2 of 2) sorted by relevance
216 assertTaskWrapped(tasks); in invokeAll()224 assertTaskWrapped(tasks); in invokeAll()234 assertTaskWrapped(tasks); in invokeAny()242 assertTaskWrapped(tasks); in invokeAny()299 private static <T> void assertTaskWrapped(Collection<? extends Callable<T>> tasks) { in assertTaskWrapped() method in WrappingExecutorServiceTest.MockExecutor