- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testRemoveIf_alwaysTrueUnsupported (0.63 seconds)
-
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())); }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Jul 16 20:34:52 GMT 2025 - 4.2K bytes - Click Count (0) -
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())); }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Jul 16 20:34:52 GMT 2025 - 4.2K bytes - Click Count (0)