- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testIn_handlesClassCastException (0.14 sec)
-
guava-tests/test/com/google/common/base/PredicatesTest.java
} } Collection<Integer> nums = new CollectionThatThrowsNPE<>(); Predicate<@Nullable Integer> isFalse = Predicates.in(nums); assertFalse(isFalse.apply(null)); } public void testIn_handlesClassCastException() { class CollectionThatThrowsCCE<T> extends ArrayList<T> { @J2ktIncompatible // Kotlin doesn't support companions for inner classes private static final long serialVersionUID = 1L;
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Feb 22 17:15:24 UTC 2024 - 32.4K bytes - Viewed (0)