- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testAddAll_unsupportedAllPresent (0.34 sec)
-
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)