Searched refs:WrongType (Results 1 – 18 of 18) sorted by relevance
26 import com.google.common.collect.testing.WrongType;163 WrongType[] array = new WrongType[0]; in testToArray_emptyArrayOfWrongTypeForNonEmptyCollection()172 WrongType[] array = new WrongType[0]; in testToArray_emptyArrayOfWrongTypeForEmptyCollection()
26 import com.google.common.collect.testing.WrongType;96 Collection<WrongType> wrong = MinimalCollection.of(WrongType.VALUE); in testContainsAll_wrongType()
24 import com.google.common.collect.testing.WrongType;81 getMap().containsValue(WrongType.VALUE)); in testContains_wrongType()
25 import com.google.common.collect.testing.WrongType;80 collection.contains(WrongType.VALUE)); in testContains_wrongType()
23 import com.google.common.collect.testing.WrongType;91 -1, find(WrongType.VALUE)); in testFind_wrongType()
25 import com.google.common.collect.testing.WrongType;81 getMap().containsKey(WrongType.VALUE)); in testContains_wrongType()
25 import com.google.common.collect.testing.WrongType;81 getMap().get(WrongType.VALUE)); in testGet_wrongType()
28 import com.google.common.collect.testing.WrongType;150 assertFalse(collection.remove(WrongType.VALUE)); in testRemove_wrongType()
28 import com.google.common.collect.testing.WrongType;167 assertNull(getMap().remove(WrongType.VALUE)); in testRemove_wrongType()
29 import com.google.common.collect.testing.WrongType;200 collection.removeAll(MinimalCollection.of(WrongType.VALUE))); in testRemoveAll_containsWrongType()
25 import com.google.common.collect.testing.WrongType;160 WrongType[] array = new WrongType[0]; in testToArray_emptyArrayOfWrongTypeForNonEmptyCollection()169 WrongType[] array = new WrongType[0]; in testToArray_emptyArrayOfWrongTypeForEmptyCollection()
25 import com.google.common.collect.testing.WrongType;78 0, getMultiset().count(WrongType.VALUE)); in testCount_wrongType()
28 import com.google.common.collect.testing.WrongType;122 0, getMultiset().remove(WrongType.VALUE, 1)); in testRemove_occurrences_wrongType()
27 import com.google.common.collect.testing.WrongType;84 0, getMultiset().count(WrongType.VALUE)); in testCount_wrongType()
29 import com.google.common.collect.testing.WrongType;125 0, getMultiset().remove(WrongType.VALUE, 1)); in testRemove_occurrences_wrongType()
27 public enum WrongType { enum
62 (WrongType) /NameNotAllowedHere
43 TEST(MatchVerifier, WrongType) { in TEST() argument