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

Comparing jsr166/src/test/tck/ArrayBlockingQueueTest.java (file contents):
Revision 1.29 by jsr166, Wed Aug 25 00:07:02 2010 UTC vs.
Revision 1.30 by jsr166, Wed Aug 25 01:44:48 2010 UTC

# Line 224 | Line 224 | public class ArrayBlockingQueueTest exte
224              shouldThrow();
225          } catch (NullPointerException success) {}
226      }
227 +
228      /**
229       * addAll of a collection with any null elements throws NPE after
230       * possibly adding some elements
# Line 238 | Line 239 | public class ArrayBlockingQueueTest exte
239              shouldThrow();
240          } catch (NullPointerException success) {}
241      }
242 +
243      /**
244       * addAll throws ISE if not enough room
245       */
# Line 251 | Line 253 | public class ArrayBlockingQueueTest exte
253              shouldThrow();
254          } catch (IllegalStateException success) {}
255      }
256 +
257      /**
258       * Queue contains all elements, in traversal order, of successful addAll
259       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines