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

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

# Line 175 | Line 175 | public class TreeSubSetTest extends JSR1
175              shouldThrow();
176          } catch (NullPointerException success) {}
177      }
178 +
179      /**
180       * addAll of a collection with null elements throws NPE
181       */
# Line 186 | Line 187 | public class TreeSubSetTest extends JSR1
187              shouldThrow();
188          } catch (NullPointerException success) {}
189      }
190 +
191      /**
192       * addAll of a collection with any null elements throws NPE after
193       * possibly adding some elements
# Line 666 | Line 668 | public class TreeSubSetTest extends JSR1
668              shouldThrow();
669          } catch (NullPointerException success) {}
670      }
671 +
672      /**
673       * addAll of a collection with null elements throws NPE
674       */
# Line 677 | Line 680 | public class TreeSubSetTest extends JSR1
680              shouldThrow();
681          } catch (NullPointerException success) {}
682      }
683 +
684      /**
685       * addAll of a collection with any null elements throws NPE after
686       * possibly adding some elements

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines