Home
last modified time | relevance | path

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

/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DCollectionToArrayTester.java24 import com.google.common.collect.testing.WrongType;
162 WrongType[] array = new WrongType[0]; in testToArray_emptyArrayOfWrongTypeForNonEmptyCollection()
171 WrongType[] array = new WrongType[0]; in testToArray_emptyArrayOfWrongTypeForEmptyCollection()
DCollectionContainsAllTester.java25 import com.google.common.collect.testing.WrongType;
94 Collection<WrongType> wrong = MinimalCollection.of(WrongType.VALUE); in testContainsAll_wrongType()
DAbstractListIndexOfTester.java22 import com.google.common.collect.testing.WrongType;
91 -1, find(WrongType.VALUE)); in testFind_wrongType()
DMapContainsValueTester.java23 import com.google.common.collect.testing.WrongType;
81 getMap().containsValue(WrongType.VALUE)); in testContains_wrongType()
DCollectionContainsTester.java24 import com.google.common.collect.testing.WrongType;
80 collection.contains(WrongType.VALUE)); in testContains_wrongType()
DMapContainsKeyTester.java24 import com.google.common.collect.testing.WrongType;
81 getMap().containsKey(WrongType.VALUE)); in testContains_wrongType()
DMapGetTester.java24 import com.google.common.collect.testing.WrongType;
81 getMap().get(WrongType.VALUE)); in testGet_wrongType()
DMapRemoveTester.java25 import com.google.common.collect.testing.WrongType;
119 assertNull(getMap().remove(WrongType.VALUE)); in testRemove_wrongType()
DCollectionRemoveTester.java25 import com.google.common.collect.testing.WrongType;
133 assertFalse(collection.remove(WrongType.VALUE)); in testRemove_wrongType()
DCollectionRemoveAllTester.java26 import com.google.common.collect.testing.WrongType;
182 collection.removeAll(MinimalCollection.of(WrongType.VALUE))); in testRemoveAll_containsWrongType()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DWrongType.java26 public enum WrongType { enum
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DMultisetReadsTester.java27 import com.google.common.collect.testing.WrongType;
68 0, getMultiset().count(WrongType.VALUE)); in testCount_wrongType()
DMultisetWritesTester.java30 import com.google.common.collect.testing.WrongType;
116 0, getMultiset().remove(WrongType.VALUE, 1)); in testRemove_occurrences_wrongType()
/external/chromium_org/chrome/browser/chromeos/policy/
Dconfiguration_policy_handler_chromeos_unittest.cc107 TEST(ExternalDataPolicyHandlerTest, WrongType) { in TEST() argument
261 TEST(NetworkConfigurationPolicyHandlerTest, WrongType) { in TEST() argument
372 TEST_F(LoginScreenPowerManagementPolicyHandlerTest, WrongType) { in TEST_F() argument
/external/guava/guava-tests/test/com/google/common/collect/
DAbstractMultisetTest.java111 assertEquals(0, ms.count(new WrongType())); in testCountWrongType()
114 static class WrongType {} class in AbstractMultisetTest
433 assertEquals(false, ms.elementSet().remove(new WrongType())); in testRemoveFromElementSetWrongType()
/external/chromium_org/ppapi/tests/
Dtest_var_resource.cc29 RUN_TEST(WrongType, filter); in RunTests()
/external/clang/unittests/AST/
DSourceLocationTest.cpp43 TEST(MatchVerifier, WrongType) { in TEST() argument