Home
last modified time | relevance | path

Searched refs:isThree (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
DPredicatesTest.java533 Predicate<Integer> isThree = Predicates.in(nums); in testIn_handlesClassCastException() local
534 assertFalse(isThree.apply(3)); in testIn_handlesClassCastException()
/external/guava/guava-tests/test/com/google/common/base/
DPredicatesTest.java747 Predicate<Integer> isThree = Predicates.in(nums); in testIn_handlesClassCastException() local
748 assertFalse(isThree.apply(3)); in testIn_handlesClassCastException()