Lines Matching defs:checkCompletedNormally

64     static void checkCompletedNormally(CompletableFuture<?> cf, Object value) {
65 checkCompletedNormally(cf, value == null ? null : new Object[] { value });
68 static void checkCompletedNormally(CompletableFuture<?> cf, Object[] values) {
137 checkCompletedNormally(cf, cf.join());
139 checkCompletedNormally(cf, cf.join());
141 checkCompletedNormally(cf, cf.join());
155 checkCompletedNormally(cf, cf.join());
157 checkCompletedNormally(cf, cf.join());
159 checkCompletedNormally(cf, cf.join());
178 checkCompletedNormally(cf, 2);
193 checkCompletedNormally(cf, 1);
204 checkCompletedNormally(cf1, "a test string");
205 checkCompletedNormally(cf2, 1);
209 checkCompletedNormally(cf1, "a test string");
210 checkCompletedNormally(cf2, 1);
214 checkCompletedNormally(cf1, "a test string");
215 checkCompletedNormally(cf2, 1);
241 checkCompletedNormally(cf1, "a test string");
242 checkCompletedNormally(cf2, null);
248 checkCompletedNormally(cf1, "a test string");
249 checkCompletedNormally(cf2, null);
255 checkCompletedNormally(cf1, "a test string");
256 checkCompletedNormally(cf2, null);
287 checkCompletedNormally(cf1, "a test string");
288 checkCompletedNormally(cf2, null);
294 checkCompletedNormally(cf1, "a test string");
295 checkCompletedNormally(cf2, null);
301 checkCompletedNormally(cf1, "a test string");
302 checkCompletedNormally(cf2, null);
333 checkCompletedNormally(cf1, 1);
334 checkCompletedNormally(cf2, 1);
335 checkCompletedNormally(cf3, 2);
340 checkCompletedNormally(cf1, 1);
341 checkCompletedNormally(cf2, 1);
342 checkCompletedNormally(cf3, 2);
347 checkCompletedNormally(cf1, 1);
348 checkCompletedNormally(cf2, 1);
349 checkCompletedNormally(cf3, 2);
355 checkCompletedNormally(cf2, 1);
361 checkCompletedNormally(cf1, 1);
382 checkCompletedNormally(cf1, 1);
383 checkCompletedNormally(cf2, 1);
384 checkCompletedNormally(cf3, null);
391 checkCompletedNormally(cf1, 1);
392 checkCompletedNormally(cf2, 1);
393 checkCompletedNormally(cf3, null);
400 checkCompletedNormally(cf1, 1);
401 checkCompletedNormally(cf2, 1);
402 checkCompletedNormally(cf3, null);
410 checkCompletedNormally(cf2, 1);
417 checkCompletedNormally(cf1, 1);
440 checkCompletedNormally(cf1, 1);
441 checkCompletedNormally(cf2, 1);
442 checkCompletedNormally(cf3, null);
449 checkCompletedNormally(cfa, 1);
450 checkCompletedNormally(cfb, 1);
451 checkCompletedNormally(cf3, null);
458 checkCompletedNormally(cfx, 1);
459 checkCompletedNormally(cfy, 1);
460 checkCompletedNormally(cf3, null);
468 checkCompletedNormally(cf5, 1);
476 checkCompletedNormally(cf4, 1);
499 checkCompletedNormally(cf3, new Object[] {1, 2});
505 checkCompletedNormally(cf3, new Object[] {1, 2});
511 checkCompletedNormally(cf3, new Object[] {1, 2});
538 checkCompletedNormally(cf3, 2);
539 checkCompletedNormally(cf2, 2);
542 checkCompletedNormally(cf1, 1);
543 checkCompletedNormally(cf3, 2);
548 checkCompletedNormally(cf3, 1);
549 checkCompletedNormally(cf1, 1);
552 checkCompletedNormally(cf2, 2);
553 checkCompletedNormally(cf3, 1);
565 checkCompletedNormally(cf3, null);
573 checkCompletedNormally(cf3, null);
581 checkCompletedNormally(cf3, null);
609 checkCompletedNormally(cf3, null);
610 checkCompletedNormally(cf2, 2);
613 checkCompletedNormally(cf1, 1);
614 checkCompletedNormally(cf3, null);
619 checkCompletedNormally(cf3, null);
620 checkCompletedNormally(cf1, 1);
623 checkCompletedNormally(cf2, 2);
624 checkCompletedNormally(cf3, null);
636 checkCompletedNormally(cf3, null);
644 checkCompletedNormally(cf3, null);
652 checkCompletedNormally(cf3, null);
691 checkCompletedNormally(cf3, null);
692 checkCompletedNormally(cf2, null);
696 checkCompletedNormally(cf1, null);
697 checkCompletedNormally(cf3, null);
703 checkCompletedNormally(cf3, null);
704 checkCompletedNormally(cf1, null);
708 checkCompletedNormally(cf2, null);
709 checkCompletedNormally(cf3, null);
719 checkCompletedNormally(cf1, 1);
720 checkCompletedNormally(cf2, 2);
724 checkCompletedNormally(cf1, 1);
725 checkCompletedNormally(cf2, 2);
729 checkCompletedNormally(cf1, 1);
730 checkCompletedNormally(cf2, 2);
747 checkCompletedNormally(cf1, 1);
760 checkCompletedNormally(cf3, new Object[] {1, 2});
779 checkCompletedNormally(cfs[j], j);
780 checkCompletedNormally(cf3, null);
791 checkCompletedNormally(cf1, 1);
792 checkCompletedNormally(cf2, 1);
798 checkCompletedNormally(cf2, 2);
808 checkCompletedNormally(cf1, 1);
809 checkCompletedNormally(cf2, 2);
815 checkCompletedNormally(cf2, 2);
819 checkCompletedNormally(cf1, 1);
820 checkCompletedNormally(cf2, 2);
825 checkCompletedNormally(cf2, 2);
836 checkCompletedNormally(cf1, 1);
837 checkCompletedNormally(cf2, 1);
849 checkCompletedNormally(cf1, 1);
850 checkCompletedNormally(cf2, 1);