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

Comparing jsr166/src/test/tck/LinkedBlockingQueueTest.java (file contents):
Revision 1.26 by jsr166, Wed Aug 25 00:07:03 2010 UTC vs.
Revision 1.27 by jsr166, Wed Aug 25 01:44:48 2010 UTC

# Line 214 | Line 214 | public class LinkedBlockingQueueTest ext
214              shouldThrow();
215          } catch (NullPointerException success) {}
216      }
217 +
218      /**
219       * addAll of a collection with any null elements throws NPE after
220       * possibly adding some elements
# Line 228 | Line 229 | public class LinkedBlockingQueueTest ext
229              shouldThrow();
230          } catch (NullPointerException success) {}
231      }
232 +
233      /**
234       * addAll throws ISE if not enough room
235       */
# Line 241 | Line 243 | public class LinkedBlockingQueueTest ext
243              shouldThrow();
244          } catch (IllegalStateException success) {}
245      }
246 +
247      /**
248       * Queue contains all elements, in traversal order, of successful addAll
249       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines