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

Comparing jsr166/src/test/tck/PriorityBlockingQueueTest.java (file contents):
Revision 1.77 by jsr166, Sun May 14 04:14:10 2017 UTC vs.
Revision 1.79 by jsr166, Fri Aug 4 03:30:21 2017 UTC

# Line 90 | Line 90 | public class PriorityBlockingQueueTest e
90      }
91  
92      /**
93 <     * Constructor throws IAE if capacity argument nonpositive
93 >     * Constructor throws IllegalArgumentException if capacity argument nonpositive
94       */
95      public void testConstructor2() {
96          try {
# Line 229 | Line 229 | public class PriorityBlockingQueueTest e
229      }
230  
231      /**
232 <     * addAll(this) throws IAE
232 >     * addAll(this) throws IllegalArgumentException
233       */
234      public void testAddAllSelf() {
235          PriorityBlockingQueue q = populatedQueue(SIZE);
# Line 659 | Line 659 | public class PriorityBlockingQueueTest e
659      }
660  
661      /**
662 <     * A deserialized serialized queue has same elements
662 >     * A deserialized/reserialized queue has same elements
663       */
664      public void testSerialization() throws Exception {
665          Queue x = populatedQueue(SIZE);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines