Home
last modified time | relevance | path

Searched refs:ALLOWS_NULL_QUERIES (Results 1 – 25 of 31) sorted by relevance

12

/external/guava/guava-tests/test/com/google/common/collect/
DImmutableSetCollectionTest.java67 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 …]
DMultisetCollectionTest.java62 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()
DImmutableBiMapTest.java69 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()
DImmutableMapTest.java75 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()
DImmutableListTest.java75 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()
DImmutableSortedMapTest.java75 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()
DTableCollectionTest.java62 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 …]
DTransformedImmutableListTest.java49 CollectionFeature.ALLOWS_NULL_QUERIES).createTestSuite(); in suite()
DImmutableMultisetTest.java65 CollectionFeature.ALLOWS_NULL_QUERIES) in suite()
77 CollectionFeature.ALLOWS_NULL_QUERIES) in suite()
88 CollectionFeature.ALLOWS_NULL_QUERIES) in suite()
DImmutableSortedMultisetTest.java65 CollectionFeature.ALLOWS_NULL_QUERIES) in suite()
79 CollectionFeature.ALLOWS_NULL_QUERIES) in suite()
95 CollectionFeature.ALLOWS_NULL_QUERIES) in suite()
DContiguousSetNonGwtTest.java66 CollectionFeature.ALLOWS_NULL_QUERIES, in suite()
DListsTest.java150 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()
DMutableClassToInstanceMapTest.java75 MapFeature.ALLOWS_NULL_QUERIES) in suite()
DCollections2Test.java164 CollectionFeature.ALLOWS_NULL_QUERIES,
189 CollectionFeature.ALLOWS_NULL_QUERIES,
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DCollectionContainsTester.java19 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)
DMapContainsKeyTester.java21 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)
DMapGetTester.java19 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)
DCollectionContainsAllTester.java19 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)
DMapRemoveTester.java21 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})
DCollectionRemoveTester.java19 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})
DCollectionRemoveAllTester.java19 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})
DMapContainsValueTester.java49 @MapFeature.Require(ALLOWS_NULL_QUERIES)
55 @MapFeature.Require(absent = ALLOWS_NULL_QUERIES)
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
DMapFeature.java41 ALLOWS_NULL_QUERIES, enumConstant
42 ALLOWS_NULL_KEYS (ALLOWS_NULL_QUERIES),
DCollectionFeature.java44 ALLOWS_NULL_QUERIES, enumConstant
46 ALLOWS_NULL_VALUES (ALLOWS_NULL_QUERIES),
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DMapTestSuiteBuilder.java125 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()

12