ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/CompletableFutureTest.java
(Generate patch)

Comparing jsr166/src/test/tck/CompletableFutureTest.java (file contents):
Revision 1.27 by jsr166, Mon Jul 8 21:12:28 2013 UTC vs.
Revision 1.28 by jsr166, Sun Jul 14 16:34:49 2013 UTC

# Line 259 | Line 259 | public class CompletableFutureTest exten
259          assertEquals(g.getNumberOfDependents(), 0);
260      }
261  
262
262      /**
263       * toString indicates current completion state
264       */
# Line 374 | Line 373 | public class CompletableFutureTest exten
373          }
374      }
375  
377
376      /**
377       * exceptionally action completes with function value on source
378       * exception;  otherwise with source value
# Line 663 | Line 661 | public class CompletableFutureTest exten
661          checkCompletedWithWrappedCancellationException(g);
662      }
663  
666
664      /**
665       * thenCombine result completes normally after normal completion
666       * of sources
# Line 1171 | Line 1168 | public class CompletableFutureTest exten
1168          checkCompletedWithWrappedCancellationException(g);
1169      }
1170  
1174
1171      /**
1172       * runAfterEither result completes normally after normal completion
1173       * of either source
# Line 1320 | Line 1316 | public class CompletableFutureTest exten
1316          checkCompletedWithWrappedCancellationException(g);
1317      }
1318  
1323
1319      // asyncs
1320  
1321      /**
# Line 2088 | Line 2083 | public class CompletableFutureTest exten
2083          checkCompletedWithWrappedCancellationException(g);
2084      }
2085  
2091
2086      // async with explicit executors
2087  
2088      /**
# Line 3181 | Line 3175 | public class CompletableFutureTest exten
3175          checkCompletedWithWrappedCFException(g);
3176      }
3177  
3184
3178      /**
3179       * handleAsync action completes normally with function value on
3180       * either normal or exceptional completion of source

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines