HomeSort by relevance Sort by last modified time
    Searched refs:CollectionFeature (Results 76 - 88 of 88) sorted by null

1 2 34

  /external/guava/guava-tests/test/com/google/common/primitives/
FloatArrayAsListTest.java 26 import com.google.common.collect.testing.features.CollectionFeature;
74 CollectionFeature.RESTRICTS_ELEMENTS,
IntArrayAsListTest.java 26 import com.google.common.collect.testing.features.CollectionFeature;
75 CollectionFeature.RESTRICTS_ELEMENTS,
LongArrayAsListTest.java 26 import com.google.common.collect.testing.features.CollectionFeature;
74 CollectionFeature.RESTRICTS_ELEMENTS,
ShortArrayAsListTest.java 26 import com.google.common.collect.testing.features.CollectionFeature;
74 CollectionFeature.RESTRICTS_ELEMENTS,
  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingListTest.java 21 import com.google.common.collect.testing.features.CollectionFeature;
151 .withFeatures(CollectionSize.ANY, CollectionFeature.ALLOWS_NULL_VALUES,
160 .withFeatures(CollectionSize.ANY, CollectionFeature.ALLOWS_NULL_QUERIES)
ForwardingSortedMapTest.java 22 import com.google.common.collect.testing.features.CollectionFeature;
134 CollectionFeature.KNOWN_ORDER, MapFeature.ALLOWS_NULL_VALUES,
156 CollectionFeature.KNOWN_ORDER, MapFeature.ALLOWS_NULL_VALUES,
ImmutableListTest.java 32 import com.google.common.collect.testing.features.CollectionFeature;
75 CollectionFeature.ALLOWS_NULL_QUERIES)
80 CollectionFeature.ALLOWS_NULL_QUERIES)
85 CollectionFeature.ALLOWS_NULL_QUERIES)
90 CollectionFeature.ALLOWS_NULL_QUERIES)
100 CollectionFeature.ALLOWS_NULL_QUERIES)
106 CollectionFeature.ALLOWS_NULL_QUERIES)
112 CollectionFeature.ALLOWS_NULL_QUERIES)
118 CollectionFeature.ALLOWS_NULL_QUERIES)
125 CollectionFeature.ALLOWS_NULL_QUERIES
    [all...]
SetsTest.java 41 import com.google.common.collect.testing.features.CollectionFeature;
133 .withFeatures(CollectionSize.ANY, CollectionFeature.ALLOWS_NULL_VALUES)
146 .withFeatures(CollectionSize.ANY, CollectionFeature.ALLOWS_NULL_VALUES)
158 .withFeatures(CollectionSize.ANY, CollectionFeature.ALLOWS_NULL_VALUES)
171 CollectionFeature.ALLOWS_NULL_QUERIES)
195 CollectionFeature.ALLOWS_NULL_VALUES,
196 CollectionFeature.KNOWN_ORDER,
216 CollectionFeature.KNOWN_ORDER,
218 CollectionFeature.ALLOWS_NULL_QUERIES)
240 CollectionFeature.KNOWN_ORDER
    [all...]
ImmutableClassToInstanceMapTest.java 22 import com.google.common.collect.testing.features.CollectionFeature;
65 CollectionFeature.KNOWN_ORDER,
ImmutableMultisetTest.java 27 import com.google.common.collect.testing.features.CollectionFeature;
65 CollectionFeature.ALLOWS_NULL_QUERIES)
77 CollectionFeature.ALLOWS_NULL_QUERIES)
88 CollectionFeature.ALLOWS_NULL_QUERIES)
ImmutableSortedMultisetTest.java 24 import com.google.common.collect.testing.features.CollectionFeature;
65 CollectionFeature.ALLOWS_NULL_QUERIES)
79 CollectionFeature.ALLOWS_NULL_QUERIES)
95 CollectionFeature.ALLOWS_NULL_QUERIES)
IteratorsTest.java 38 import com.google.common.collect.testing.features.CollectionFeature;
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
SortedMultisetTestSuiteBuilder.java 28 import com.google.common.collect.testing.features.CollectionFeature;
134 features.add(CollectionFeature.RESTRICTS_ELEMENTS);

Completed in 2864 milliseconds

1 2 34