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

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

# Line 146 | Line 146 | public class AbstractQueueTest extends J
146              shouldThrow();
147          } catch (NullPointerException success) {}
148      }
149 +
150      /**
151       * addAll of a collection with any null elements throws NPE after
152       * possibly adding some elements
# Line 160 | Line 161 | public class AbstractQueueTest extends J
161              shouldThrow();
162          } catch (NullPointerException success) {}
163      }
164 +
165      /**
166       * addAll throws ISE if an add fails
167       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines