Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testAddAll_unsupportedAllPresent (0.35 sec)

  1. android/guava-testlib/src/com/google/common/collect/testing/testers/CollectionAddAllTester.java

              iterator.next();
            });
      }
    
      @CollectionFeature.Require(absent = SUPPORTS_ADD)
      @CollectionSize.Require(absent = ZERO)
      public void testAddAll_unsupportedAllPresent() {
        try {
          assertFalse(
              "addAll(allPresent) should return false or throw",
              collection.addAll(MinimalCollection.of(e0())));
        } catch (UnsupportedOperationException tolerated) {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 7.9K bytes
    - Viewed (0)
Back to top