Home
last modified time | relevance | path

Searched refs:WrongType (Results 1 – 25 of 38) sorted by relevance

12

/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DCollectionToArrayTester.java26 import com.google.common.collect.testing.WrongType;
167 WrongType[] array = new WrongType[0]; in testToArray_emptyArrayOfWrongTypeForNonEmptyCollection()
176 WrongType[] array = new WrongType[0]; in testToArray_emptyArrayOfWrongTypeForEmptyCollection()
DCollectionContainsAllTester.java26 import com.google.common.collect.testing.WrongType;
100 Collection<WrongType> wrong = MinimalCollection.of(WrongType.VALUE); in testContainsAll_wrongType()
DMapContainsKeyTester.java25 import com.google.common.collect.testing.WrongType;
77 getMap().containsKey(WrongType.VALUE)); in testContains_wrongType()
DMapGetTester.java25 import com.google.common.collect.testing.WrongType;
78 assertNull("get(wrongType) should return null or throw", getMap().get(WrongType.VALUE)); in testGet_wrongType()
DMapContainsValueTester.java25 import com.google.common.collect.testing.WrongType;
79 getMap().containsValue(WrongType.VALUE)); in testContains_wrongType()
DAbstractListIndexOfTester.java23 import com.google.common.collect.testing.WrongType;
85 getMethodName() + "(wrongType) should return -1 or throw", -1, find(WrongType.VALUE)); in testFind_wrongType()
DCollectionContainsTester.java25 import com.google.common.collect.testing.WrongType;
76 "contains(wrongType) should return false or throw", collection.contains(WrongType.VALUE)); in testContains_wrongType()
DMapGetOrDefaultTester.java26 import com.google.common.collect.testing.WrongType;
121 getMap().getOrDefault(WrongType.VALUE, v3())); in testGet_wrongType()
DCollectionRemoveTester.java28 import com.google.common.collect.testing.WrongType;
148 assertFalse(collection.remove(WrongType.VALUE)); in testRemove_wrongType()
DMapRemoveTester.java28 import com.google.common.collect.testing.WrongType;
160 assertNull(getMap().remove(WrongType.VALUE)); in testRemove_wrongType()
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/
DCollectionToArrayTester.java26 import com.google.common.collect.testing.WrongType;
167 WrongType[] array = new WrongType[0]; in testToArray_emptyArrayOfWrongTypeForNonEmptyCollection()
176 WrongType[] array = new WrongType[0]; in testToArray_emptyArrayOfWrongTypeForEmptyCollection()
DCollectionContainsAllTester.java26 import com.google.common.collect.testing.WrongType;
100 Collection<WrongType> wrong = MinimalCollection.of(WrongType.VALUE); in testContainsAll_wrongType()
DMapGetTester.java25 import com.google.common.collect.testing.WrongType;
78 assertNull("get(wrongType) should return null or throw", getMap().get(WrongType.VALUE)); in testGet_wrongType()
DMapContainsValueTester.java25 import com.google.common.collect.testing.WrongType;
79 getMap().containsValue(WrongType.VALUE)); in testContains_wrongType()
DCollectionContainsTester.java25 import com.google.common.collect.testing.WrongType;
76 "contains(wrongType) should return false or throw", collection.contains(WrongType.VALUE)); in testContains_wrongType()
DMapContainsKeyTester.java25 import com.google.common.collect.testing.WrongType;
77 getMap().containsKey(WrongType.VALUE)); in testContains_wrongType()
DAbstractListIndexOfTester.java23 import com.google.common.collect.testing.WrongType;
85 getMethodName() + "(wrongType) should return -1 or throw", -1, find(WrongType.VALUE)); in testFind_wrongType()
DCollectionRemoveTester.java28 import com.google.common.collect.testing.WrongType;
148 assertFalse(collection.remove(WrongType.VALUE)); in testRemove_wrongType()
DMapRemoveTester.java28 import com.google.common.collect.testing.WrongType;
160 assertNull(getMap().remove(WrongType.VALUE)); in testRemove_wrongType()
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DMultisetCountTester.java27 import com.google.common.collect.testing.WrongType;
82 "multiset.count(wrongType) didn't return 0", 0, getMultiset().count(WrongType.VALUE)); in testCount_wrongType()
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/google/
DMultisetCountTester.java27 import com.google.common.collect.testing.WrongType;
82 "multiset.count(wrongType) didn't return 0", 0, getMultiset().count(WrongType.VALUE)); in testCount_wrongType()
DMultisetRemoveTester.java29 import com.google.common.collect.testing.WrongType;
142 getMultiset().remove(WrongType.VALUE, 1)); in testRemove_occurrences_wrongType()
/external/mockito/src/test/java/org/mockitousage/annotation/
DCaptorAnnotationTest.java73 public static class WrongType { class in CaptorAnnotationTest
81 MockitoAnnotations.initMocks(new WrongType()); in shouldScreamWhenWrongTypeForCaptor()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DWrongType.java26 public enum WrongType { enum
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/
DWrongType.java26 public enum WrongType { enum

12