Home
last modified time | relevance | path

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

/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
DPredicatesTest.java524 class CollectionThatThrowsCCE<T> extends ArrayList<T> { in testIn_handlesClassCastException() class
531 Collection<Integer> nums = new CollectionThatThrowsCCE<Integer>(); in testIn_handlesClassCastException()
/external/guava/guava-tests/test/com/google/common/base/
DPredicatesTest.java738 class CollectionThatThrowsCCE<T> extends ArrayList<T> { in testIn_handlesClassCastException() class
745 Collection<Integer> nums = new CollectionThatThrowsCCE<Integer>(); in testIn_handlesClassCastException()