- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testRemoveIf_alwaysTrueUnsupported (0.17 sec)
-
android/guava-testlib/src/com/google/common/collect/testing/testers/CollectionRemoveIfTester.java
} catch (UnsupportedOperationException tolerated) { } expectUnchanged(); } @CollectionFeature.Require(absent = SUPPORTS_REMOVE) @CollectionSize.Require(absent = ZERO) public void testRemoveIf_alwaysTrueUnsupported() { assertThrows(UnsupportedOperationException.class, () -> collection.removeIf(x -> true)); expectUnchanged(); assertTrue(collection.contains(samples.e0())); }
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Oct 31 14:51:04 UTC 2024 - 4.2K bytes - Viewed (0)