/external/guava/guava-tests/test/com/google/common/collect/ |
D | ImmutableSetCollectionTest.java | 67 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 78 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 85 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 92 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 99 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 110 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 117 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 124 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 131 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 146 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() [all …]
|
D | MultisetCollectionTest.java | 62 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 80 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 118 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 126 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 139 CollectionFeature.ALLOWS_NULL_QUERIES) in suite()
|
D | ImmutableBiMapTest.java | 69 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 76 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 85 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 95 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 102 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 109 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 117 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 125 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 136 CollectionFeature.ALLOWS_NULL_QUERIES) in suite()
|
D | ImmutableMapTest.java | 75 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 84 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 91 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 102 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 113 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 121 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 128 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 136 CollectionFeature.ALLOWS_NULL_QUERIES) in suite()
|
D | ImmutableListTest.java | 75 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 80 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 85 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 90 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 100 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 106 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 112 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 118 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 125 CollectionFeature.ALLOWS_NULL_QUERIES) in suite()
|
D | ImmutableSortedMapTest.java | 75 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 85 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 92 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 103 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 114 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 122 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 132 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 142 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 149 CollectionFeature.ALLOWS_NULL_QUERIES) in suite()
|
D | TableCollectionTest.java | 62 CollectionFeature.ALLOWS_NULL_QUERIES 68 CollectionFeature.ALLOWS_NULL_QUERIES 74 CollectionFeature.ALLOWS_NULL_QUERIES 81 CollectionFeature.ALLOWS_NULL_QUERIES 133 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 258 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 452 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 462 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 472 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 484 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() [all …]
|
D | TransformedImmutableListTest.java | 49 CollectionFeature.ALLOWS_NULL_QUERIES).createTestSuite(); in suite()
|
D | ImmutableMultisetTest.java | 65 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 77 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 88 CollectionFeature.ALLOWS_NULL_QUERIES) in suite()
|
D | ImmutableSortedMultisetTest.java | 65 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 79 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 95 CollectionFeature.ALLOWS_NULL_QUERIES) in suite()
|
D | ContiguousSetNonGwtTest.java | 66 CollectionFeature.ALLOWS_NULL_QUERIES, in suite()
|
D | ListsTest.java | 150 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 165 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 234 CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 259 CollectionSize.ANY, CollectionFeature.ALLOWS_NULL_QUERIES) in suite() 286 CollectionSize.ANY, CollectionFeature.ALLOWS_NULL_QUERIES) in suite()
|
D | MutableClassToInstanceMapTest.java | 75 MapFeature.ALLOWS_NULL_QUERIES) in suite()
|
D | Collections2Test.java | 164 CollectionFeature.ALLOWS_NULL_QUERIES, 189 CollectionFeature.ALLOWS_NULL_QUERIES,
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
D | CollectionContainsTester.java | 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES; 50 @CollectionFeature.Require(ALLOWS_NULL_QUERIES) 56 @CollectionFeature.Require(absent = ALLOWS_NULL_QUERIES)
|
D | MapContainsKeyTester.java | 21 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_QUERIES; 49 @MapFeature.Require(ALLOWS_NULL_QUERIES) 55 @MapFeature.Require(absent = ALLOWS_NULL_QUERIES)
|
D | MapGetTester.java | 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES; 50 @CollectionFeature.Require(ALLOWS_NULL_QUERIES) 55 @CollectionFeature.Require(absent = ALLOWS_NULL_QUERIES)
|
D | CollectionContainsAllTester.java | 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES; 75 @CollectionFeature.Require(absent = ALLOWS_NULL_QUERIES) 82 @CollectionFeature.Require(ALLOWS_NULL_QUERIES)
|
D | MapRemoveTester.java | 21 import static com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_QUERIES; 99 absent = ALLOWS_NULL_QUERIES) 110 @MapFeature.Require({SUPPORTS_REMOVE, ALLOWS_NULL_QUERIES})
|
D | CollectionRemoveTester.java | 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES; 99 absent = ALLOWS_NULL_QUERIES) 110 @CollectionFeature.Require({SUPPORTS_REMOVE, ALLOWS_NULL_QUERIES})
|
D | CollectionRemoveAllTester.java | 19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES; 150 absent = ALLOWS_NULL_QUERIES) 161 @CollectionFeature.Require({SUPPORTS_REMOVE_ALL, ALLOWS_NULL_QUERIES})
|
D | MapContainsValueTester.java | 49 @MapFeature.Require(ALLOWS_NULL_QUERIES) 55 @MapFeature.Require(absent = ALLOWS_NULL_QUERIES)
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/ |
D | MapFeature.java | 41 ALLOWS_NULL_QUERIES, enumConstant 42 ALLOWS_NULL_KEYS (ALLOWS_NULL_QUERIES),
|
D | CollectionFeature.java | 44 ALLOWS_NULL_QUERIES, enumConstant 46 ALLOWS_NULL_VALUES (ALLOWS_NULL_QUERIES),
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | MapTestSuiteBuilder.java | 125 entrySetFeatures.add(CollectionFeature.ALLOWS_NULL_QUERIES); in computeEntrySetFeatures() 136 } else if (mapFeatures.contains(MapFeature.ALLOWS_NULL_QUERIES)) { in computeKeySetFeatures() 137 keySetFeatures.add(CollectionFeature.ALLOWS_NULL_QUERIES); in computeKeySetFeatures() 147 valuesCollectionFeatures.add(CollectionFeature.ALLOWS_NULL_QUERIES); in computeValuesCollectionFeatures()
|